update model card README.md
Browse files
README.md
CHANGED
@@ -14,12 +14,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [flax-community/spanish-t5-small](https://huggingface.co/flax-community/spanish-t5-small) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- eval_loss: 1.
|
18 |
-
- eval_runtime:
|
19 |
-
- eval_samples_per_second:
|
20 |
-
- eval_steps_per_second:
|
21 |
-
- epoch: 0.
|
22 |
-
- step:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,11 +44,11 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
-
- Transformers 4.
|
52 |
-
- Pytorch 1.
|
53 |
-
- Datasets 2.
|
54 |
-
- Tokenizers 0.
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [flax-community/spanish-t5-small](https://huggingface.co/flax-community/spanish-t5-small) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- eval_loss: 1.1079
|
18 |
+
- eval_runtime: 4.9573
|
19 |
+
- eval_samples_per_second: 365.924
|
20 |
+
- eval_steps_per_second: 36.713
|
21 |
+
- epoch: 0.83
|
22 |
+
- step: 43141
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 4
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
+
- Transformers 4.24.0
|
52 |
+
- Pytorch 1.12.1+cu113
|
53 |
+
- Datasets 2.7.0
|
54 |
+
- Tokenizers 0.13.2
|