End of training
Browse files- README.md +12 -1
- generation_config.json +0 -1
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: t5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: t5-base-translation-spa-guc
|
8 |
results: []
|
@@ -14,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# t5-base-translation-spa-guc
|
15 |
|
16 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -39,11 +45,16 @@ The following hyperparameters were used during training:
|
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
- lr_scheduler_warmup_steps: 10
|
42 |
-
-
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
3 |
base_model: t5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
model-index:
|
9 |
- name: t5-base-translation-spa-guc
|
10 |
results: []
|
|
|
16 |
# t5-base-translation-spa-guc
|
17 |
|
18 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.3694
|
21 |
+
- Bleu: 0.6133
|
22 |
+
- Gen Len: 18.05
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 10
|
48 |
+
- num_epochs: 3
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
55 |
+
| 1.7203 | 1.0 | 6445 | 1.5225 | 0.5652 | 18.0594 |
|
56 |
+
| 1.5582 | 2.0 | 12890 | 1.4019 | 0.5994 | 18.036 |
|
57 |
+
| 1.5224 | 3.0 | 19335 | 1.3694 | 0.6133 | 18.05 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
generation_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
|
|
1 |
{
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|