update model card README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Bleu:
|
20 |
-
- Gen Len: 17.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Bleu | Gen Len |
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
15 |
|
16 |
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7278
|
19 |
+
- Bleu: 14.0945
|
20 |
+
- Gen Len: 17.862
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
53 |
+
| 0.6357 | 1.0 | 9641 | 0.7772 | 13.6966 | 17.8754 |
|
54 |
+
| 0.6615 | 2.0 | 19282 | 0.7505 | 13.8085 | 17.8701 |
|
55 |
+
| 0.6991 | 3.0 | 28923 | 0.7278 | 14.0945 | 17.862 |
|
56 |
|
57 |
|
58 |
### Framework versions
|