Model save
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ library_name: transformers
|
|
| 3 |
base_model: facebook/mbart-large-50-many-to-many-mmt
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: Bamalingua-11
|
| 8 |
results: []
|
|
@@ -15,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# Bamalingua-11
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [facebook/mbart-large-50-many-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -44,6 +49,21 @@ The following hyperparameters were used during training:
|
|
| 44 |
- lr_scheduler_warmup_steps: 500
|
| 45 |
- num_epochs: 9
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
### Framework versions
|
| 48 |
|
| 49 |
- Transformers 4.57.1
|
|
|
|
| 3 |
base_model: facebook/mbart-large-50-many-to-many-mmt
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- bleu
|
| 8 |
model-index:
|
| 9 |
- name: Bamalingua-11
|
| 10 |
results: []
|
|
|
|
| 17 |
# Bamalingua-11
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [facebook/mbart-large-50-many-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.7913
|
| 22 |
+
- Bleu: 33.0834
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 49 |
- lr_scheduler_warmup_steps: 500
|
| 50 |
- num_epochs: 9
|
| 51 |
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
| 55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
| 56 |
+
| 2.0735 | 1.0 | 1580 | 1.7203 | 13.4475 |
|
| 57 |
+
| 1.2602 | 2.0 | 3160 | 1.4606 | 19.4716 |
|
| 58 |
+
| 0.7678 | 3.0 | 4740 | 1.4131 | 25.8137 |
|
| 59 |
+
| 0.4892 | 4.0 | 6320 | 1.4349 | 29.8337 |
|
| 60 |
+
| 0.3242 | 5.0 | 7900 | 1.4621 | 32.3790 |
|
| 61 |
+
| 0.2209 | 6.0 | 9480 | 1.4949 | 32.8099 |
|
| 62 |
+
| 0.1498 | 7.0 | 11060 | 1.5509 | 32.9551 |
|
| 63 |
+
| 0.0964 | 8.0 | 12640 | 1.6539 | 33.0301 |
|
| 64 |
+
| 0.0595 | 9.0 | 14220 | 1.7913 | 33.0834 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
### Framework versions
|
| 68 |
|
| 69 |
- Transformers 4.57.1
|