tiagoblima
commited on
Commit
•
17007d5
1
Parent(s):
98f3990
Model save
Browse files- README.md +3 -9
- model.safetensors +1 -1
- training_args.bin +1 -1
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-ctx-a
|
10 |
results: []
|
@@ -15,9 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# t5_small-qg-ctx-a
|
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: 1.4559
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -37,14 +33,12 @@ More information needed
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 0.0001
|
40 |
-
- train_batch_size:
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
43 |
-
- gradient_accumulation_steps: 2
|
44 |
-
- total_train_batch_size: 2
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
3 |
base_model: unicamp-dl/ptt5-small-t5-vocab
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: t5_small-qg-ctx-a
|
8 |
results: []
|
|
|
13 |
|
14 |
# t5_small-qg-ctx-a
|
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 |
|
18 |
## Model description
|
19 |
|
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 0.0001
|
36 |
+
- train_batch_size: 64
|
37 |
- eval_batch_size: 8
|
38 |
- seed: 42
|
|
|
|
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 5.0
|
42 |
|
43 |
### Training results
|
44 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0651100edac0cec9757ce4b8a4999efd62c9f5a935b8a3f0bad60be9143608e3
|
3 |
size 242041896
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dda2a0399000eaf6a254b6c4c80ccc7f5a0e56775267998c7b292ab33418a7a5
|
3 |
size 4728
|