Training complete
Browse files
README.md
CHANGED
|
@@ -1,14 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
base_model:
|
| 4 |
tags:
|
| 5 |
- translation
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- wmt16
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: m2m100_418M
|
| 11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -16,7 +31,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# m2m100_418M
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -36,14 +55,22 @@ More information needed
|
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
- learning_rate: 2e-05
|
| 39 |
-
- train_batch_size:
|
| 40 |
- eval_batch_size: 2
|
| 41 |
- seed: 42
|
| 42 |
- gradient_accumulation_steps: 10
|
| 43 |
-
- total_train_batch_size:
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
### Framework versions
|
| 49 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model: kazandaev/m2m100_418M
|
| 4 |
tags:
|
| 5 |
- translation
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- wmt16
|
| 9 |
+
metrics:
|
| 10 |
+
- bleu
|
| 11 |
model-index:
|
| 12 |
- name: m2m100_418M
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
name: Sequence-to-sequence Language Modeling
|
| 16 |
+
type: text2text-generation
|
| 17 |
+
dataset:
|
| 18 |
+
name: wmt16
|
| 19 |
+
type: wmt16
|
| 20 |
+
config: ru-en
|
| 21 |
+
split: validation
|
| 22 |
+
args: ru-en
|
| 23 |
+
metrics:
|
| 24 |
+
- name: Bleu
|
| 25 |
+
type: bleu
|
| 26 |
+
value: 32.0585
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 31 |
|
| 32 |
# m2m100_418M
|
| 33 |
|
| 34 |
+
This model is a fine-tuned version of [kazandaev/m2m100_418M](https://huggingface.co/kazandaev/m2m100_418M) on the wmt16 dataset.
|
| 35 |
+
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 0.8954
|
| 37 |
+
- Bleu: 32.0585
|
| 38 |
+
- Gen Len: 36.1643
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
|
|
| 55 |
|
| 56 |
The following hyperparameters were used during training:
|
| 57 |
- learning_rate: 2e-05
|
| 58 |
+
- train_batch_size: 4
|
| 59 |
- eval_batch_size: 2
|
| 60 |
- seed: 42
|
| 61 |
- gradient_accumulation_steps: 10
|
| 62 |
+
- total_train_batch_size: 40
|
| 63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 64 |
- lr_scheduler_type: linear
|
| 65 |
+
- num_epochs: 2
|
| 66 |
+
|
| 67 |
+
### Training results
|
| 68 |
+
|
| 69 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 70 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
| 71 |
+
| 0.8087 | 1.0 | 47790 | 0.9542 | 30.786 | 36.1469 |
|
| 72 |
+
| 0.7266 | 2.0 | 95580 | 0.8954 | 32.0585 | 36.1643 |
|
| 73 |
+
|
| 74 |
|
| 75 |
### Framework versions
|
| 76 |
|