twieland commited on
Commit
2faf728
1 Parent(s): 811c576

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: VN_ja_to_en
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # VN_ja_to_en
14
+
15
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.0411
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 64
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:------:|:---------------:|
49
+ | 2.0489 | 1.0 | 10276 | 2.0716 |
50
+ | 1.9028 | 2.0 | 20552 | 2.0646 |
51
+ | 1.812 | 3.0 | 30828 | 2.0525 |
52
+ | 1.7531 | 4.0 | 41104 | 2.0487 |
53
+ | 1.7083 | 5.0 | 51380 | 2.0375 |
54
+ | 1.6717 | 6.0 | 61656 | 2.0415 |
55
+ | 1.6354 | 7.0 | 71932 | 2.0398 |
56
+ | 1.6146 | 8.0 | 82208 | 2.0390 |
57
+ | 1.5972 | 9.0 | 92484 | 2.0391 |
58
+ | 1.582 | 10.0 | 102760 | 2.0411 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.19.2
64
+ - Pytorch 1.11.0+cu113
65
+ - Datasets 2.2.2
66
+ - Tokenizers 0.12.1