Model save
Browse files
README.md
CHANGED
@@ -3,8 +3,6 @@ license: apache-2.0
|
|
3 |
base_model: google/mt5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- tiagoblima/du-qg-squadv1_pt
|
8 |
model-index:
|
9 |
- name: mt5_base-qg-ap-oficial
|
10 |
results: []
|
@@ -15,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# mt5_base-qg-ap-oficial
|
17 |
|
18 |
-
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -46,13 +44,13 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch | Step
|
50 |
-
|
51 |
-
| 1.
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
|
57 |
|
58 |
### Framework versions
|
@@ -60,4 +58,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.35.2
|
61 |
- Pytorch 2.1.0+cu121
|
62 |
- Datasets 2.15.0
|
63 |
-
- Tokenizers 0.15.
|
|
|
3 |
base_model: google/mt5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: mt5_base-qg-ap-oficial
|
8 |
results: []
|
|
|
13 |
|
14 |
# mt5_base-qg-ap-oficial
|
15 |
|
16 |
+
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.0951
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 1.7276 | 1.0 | 1386 | 1.3489 |
|
50 |
+
| 1.5698 | 2.0 | 2772 | 1.2226 |
|
51 |
+
| 1.4547 | 3.0 | 4158 | 1.1470 |
|
52 |
+
| 1.3969 | 4.0 | 5544 | 1.1057 |
|
53 |
+
| 1.3748 | 5.0 | 6930 | 1.0951 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
58 |
- Transformers 4.35.2
|
59 |
- Pytorch 2.1.0+cu121
|
60 |
- Datasets 2.15.0
|
61 |
+
- Tokenizers 0.15.1
|