tiagoblima
commited on
Commit
•
1461b0e
1
Parent(s):
86d38a3
Model save
Browse files- README.md +15 -12
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- tiagoblima/qg_squad_v1_pt
|
8 |
-
base_model: unicamp-dl/ptt5-large-t5-vocab
|
9 |
model-index:
|
10 |
- name: t5_large-qg-aap
|
11 |
results: []
|
@@ -16,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# t5_large-qg-aap
|
18 |
|
19 |
-
This model is a fine-tuned version of [unicamp-dl/ptt5-large-t5-vocab](https://huggingface.co/unicamp-dl/ptt5-large-t5-vocab) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,22 +34,28 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate: 0.
|
41 |
- train_batch_size: 128
|
42 |
- eval_batch_size: 2
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
-
-
|
55 |
-
-
|
56 |
-
- Pytorch 2.1.0+cu121
|
57 |
- Datasets 2.15.0
|
58 |
-
- Tokenizers 0.15.0
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: unicamp-dl/ptt5-large-t5-vocab
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: t5_large-qg-aap
|
8 |
results: []
|
|
|
13 |
|
14 |
# t5_large-qg-aap
|
15 |
|
16 |
+
This model is a fine-tuned version of [unicamp-dl/ptt5-large-t5-vocab](https://huggingface.co/unicamp-dl/ptt5-large-t5-vocab) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 7.4208
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 0.003
|
38 |
- train_batch_size: 128
|
39 |
- eval_batch_size: 2
|
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 |
+
| 7.5413 | 1.0 | 404 | 8.8502 |
|
50 |
+
| 6.7965 | 2.0 | 808 | 8.1184 |
|
51 |
+
| 6.3963 | 3.0 | 1212 | 7.6950 |
|
52 |
+
| 6.1664 | 4.0 | 1616 | 7.4855 |
|
53 |
+
| 6.1028 | 5.0 | 2020 | 7.4208 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
+
- Transformers 4.35.2
|
59 |
+
- Pytorch 2.0.0
|
|
|
60 |
- Datasets 2.15.0
|
61 |
+
- Tokenizers 0.15.0
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 141073944
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e8b95828d33e43b82670467f947590bcd28badab0e795b7ba2c992c78b914a7
|
3 |
size 141073944
|