update model card README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [Helsinki-NLP/opus-tatoeba-en-ja](https://huggingface.co/Helsinki-NLP/opus-tatoeba-en-ja) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
-
- Bleu: 16.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -39,11 +39,11 @@ More information needed
|
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 0.0001
|
41 |
- train_batch_size: 32
|
42 |
-
- eval_batch_size:
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [Helsinki-NLP/opus-tatoeba-en-ja](https://huggingface.co/Helsinki-NLP/opus-tatoeba-en-ja) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.5922
|
21 |
+
- Bleu: 16.5968
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 0.0001
|
41 |
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 32
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 16
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|