tiagoblima
commited on
Commit
•
14b45cf
1
Parent(s):
3d187bf
Model save
Browse files
README.md
CHANGED
@@ -3,8 +3,6 @@ license: mit
|
|
3 |
base_model: unicamp-dl/ptt5-base-portuguese-vocab
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- tiagoblima/du-qg-squadv1_pt
|
8 |
model-index:
|
9 |
- name: t5_base-qg-ap-oficial
|
10 |
results: []
|
@@ -15,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# t5_base-qg-ap-oficial
|
17 |
|
18 |
-
This model is a fine-tuned version of [unicamp-dl/ptt5-base-portuguese-vocab](https://huggingface.co/unicamp-dl/ptt5-base-portuguese-vocab) 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
|
|
|
3 |
base_model: unicamp-dl/ptt5-base-portuguese-vocab
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: t5_base-qg-ap-oficial
|
8 |
results: []
|
|
|
13 |
|
14 |
# t5_base-qg-ap-oficial
|
15 |
|
16 |
+
This model is a fine-tuned version of [unicamp-dl/ptt5-base-portuguese-vocab](https://huggingface.co/unicamp-dl/ptt5-base-portuguese-vocab) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.3543
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 1.9237 | 1.0 | 1386 | 1.6561 |
|
50 |
+
| 1.7757 | 2.0 | 2772 | 1.5138 |
|
51 |
+
| 1.6625 | 3.0 | 4158 | 1.4245 |
|
52 |
+
| 1.6348 | 4.0 | 5544 | 1.3713 |
|
53 |
+
| 1.591 | 5.0 | 6930 | 1.3543 |
|
54 |
|
55 |
|
56 |
### Framework versions
|