Finish training model using original + new augmented data scored > 0.77(without <bt> tag)
Browse files- README.md +6 -6
- generation_config.json +0 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Bleu: 27.
|
23 |
-
- Chrf: 51.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -53,9 +53,9 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:-----:|:-----:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1749
|
22 |
+
- Bleu: 27.41
|
23 |
+
- Chrf: 51.88
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:-----:|:-----:|
|
56 |
+
| 0.1608 | 1.0 | 6556 | 0.1825 | 26.23 | 50.96 |
|
57 |
+
| 0.1406 | 2.0 | 13112 | 0.1749 | 26.94 | 51.61 |
|
58 |
+
| 0.1198 | 3.0 | 19668 | 0.1749 | 27.41 | 51.88 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
generation_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"decoder_start_token_id": 2,
|
5 |
"eos_token_id": 2,
|
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 0,
|
3 |
"decoder_start_token_id": 2,
|
4 |
"eos_token_id": 2,
|