tiagoblima
commited on
Commit
•
51ccd11
1
Parent(s):
7894059
Model save
Browse files
README.md
CHANGED
@@ -3,8 +3,6 @@ license: mit
|
|
3 |
base_model: unicamp-dl/ptt5-small-t5-vocab
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- tiagoblima/qg_squad_v1_pt
|
8 |
model-index:
|
9 |
- name: t5_small-qg-aap
|
10 |
results: []
|
@@ -15,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# t5_small-qg-aap
|
17 |
|
18 |
-
This model is a fine-tuned version of [unicamp-dl/ptt5-small-t5-vocab](https://huggingface.co/unicamp-dl/ptt5-small-t5-vocab) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,16 +34,23 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate: 0.
|
40 |
- train_batch_size: 64
|
41 |
-
- eval_batch_size:
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
3 |
base_model: unicamp-dl/ptt5-small-t5-vocab
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: t5_small-qg-aap
|
8 |
results: []
|
|
|
13 |
|
14 |
# t5_small-qg-aap
|
15 |
|
16 |
+
This model is a fine-tuned version of [unicamp-dl/ptt5-small-t5-vocab](https://huggingface.co/unicamp-dl/ptt5-small-t5-vocab) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 6.5105
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 0.005
|
38 |
- train_batch_size: 64
|
39 |
+
- eval_batch_size: 4
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 5.0
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 6.4555 | 1.0 | 808 | 8.1815 |
|
50 |
+
| 5.7684 | 2.0 | 1616 | 7.3459 |
|
51 |
+
| 5.3707 | 3.0 | 2424 | 6.8522 |
|
52 |
+
| 5.1609 | 4.0 | 3232 | 6.5931 |
|
53 |
+
| 5.1034 | 5.0 | 4040 | 6.5105 |
|
54 |
|
55 |
|
56 |
### Framework versions
|