Training complete
Browse files- README.md +6 -6
- generation_config.json +1 -1
README.md
CHANGED
|
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Bleu: 98.
|
| 24 |
-
- Gen Len: 18.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -52,13 +52,13 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
| 55 |
-
| No log | 1.0 | 440 | 0.
|
| 56 |
-
| 0.
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
| 60 |
|
| 61 |
-
- Transformers 4.52.
|
| 62 |
- Pytorch 2.6.0+cu124
|
| 63 |
- Datasets 3.6.0
|
| 64 |
- Tokenizers 0.21.1
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.0119
|
| 23 |
+
- Bleu: 98.6946
|
| 24 |
+
- Gen Len: 18.4583
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
| 55 |
+
| No log | 1.0 | 440 | 0.0597 | 98.2931 | 18.5417 |
|
| 56 |
+
| 0.2456 | 2.0 | 880 | 0.0119 | 98.6946 | 18.4583 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
| 60 |
|
| 61 |
+
- Transformers 4.52.4
|
| 62 |
- Pytorch 2.6.0+cu124
|
| 63 |
- Datasets 3.6.0
|
| 64 |
- Tokenizers 0.21.1
|
generation_config.json
CHANGED
|
@@ -7,5 +7,5 @@
|
|
| 7 |
"max_length": 200,
|
| 8 |
"num_beams": 5,
|
| 9 |
"pad_token_id": 1,
|
| 10 |
-
"transformers_version": "4.52.
|
| 11 |
}
|
|
|
|
| 7 |
"max_length": 200,
|
| 8 |
"num_beams": 5,
|
| 9 |
"pad_token_id": 1,
|
| 10 |
+
"transformers_version": "4.52.4"
|
| 11 |
}
|