update model card README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- es
|
4 |
-
- kbh
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
- generated_from_trainer
|
@@ -19,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/byt5-base](https://huggingface.co/google/byt5-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Bleu: 0.
|
24 |
-
- Gen Len:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,6 +47,18 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/byt5-base](https://huggingface.co/google/byt5-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.7315
|
20 |
+
- Bleu: 0.1841
|
21 |
+
- Gen Len: 19.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
52 |
+
| No log | 1.0 | 395 | 1.0572 | 0.0232 | 19.0 |
|
53 |
+
| 1.5347 | 2.0 | 790 | 0.9249 | 0.1035 | 19.0 |
|
54 |
+
| 1.0539 | 3.0 | 1185 | 0.8549 | 0.1313 | 19.0 |
|
55 |
+
| 0.9461 | 4.0 | 1580 | 0.8109 | 0.1392 | 19.0 |
|
56 |
+
| 0.9461 | 5.0 | 1975 | 0.7860 | 0.1545 | 19.0 |
|
57 |
+
| 0.8824 | 6.0 | 2370 | 0.7620 | 0.1756 | 19.0 |
|
58 |
+
| 0.8447 | 7.0 | 2765 | 0.7495 | 0.1705 | 19.0 |
|
59 |
+
| 0.814 | 8.0 | 3160 | 0.7384 | 0.14 | 19.0 |
|
60 |
+
| 0.8031 | 9.0 | 3555 | 0.7331 | 0.1807 | 19.0 |
|
61 |
+
| 0.8031 | 10.0 | 3950 | 0.7315 | 0.1841 | 19.0 |
|
62 |
|
63 |
|
64 |
### Framework versions
|