Nekofox commited on
Commit
ff85170
1 Parent(s): b100eeb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -16
README.md CHANGED
@@ -1,26 +1,23 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
- - name: M100M-zh-ja
6
  results: []
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
  should probably proofread and complete it, then remove this comment. -->
11
 
12
- # M100M-zh-ja
13
 
14
- This model was trained from scratch on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - eval_loss: 1.8243
17
- - eval_bleu: 25.4595
18
- - eval_gen_len: 19.6603
19
- - eval_runtime: 189.5332
20
- - eval_samples_per_second: 6.073
21
- - eval_steps_per_second: 0.675
22
- - epoch: 1.44
23
- - step: 3500
24
 
25
  ## Model description
26
 
@@ -39,15 +36,23 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 2e-05
43
- - train_batch_size: 9
44
- - eval_batch_size: 9
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
- - lr_scheduler_type: linear
48
- - num_epochs: 3
 
49
  - mixed_precision_training: Native AMP
50
 
 
 
 
 
 
 
 
51
  ### Framework versions
52
 
53
  - Transformers 4.28.1
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ metrics:
5
+ - bleu
6
  model-index:
7
+ - name: M2M100-ja-zh
8
  results: []
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
+ # M2M100-ja-zh
15
 
16
+ This model is a fine-tuned version of [Nekofox/M2M100-ja-zh](https://huggingface.co/Nekofox/M2M100-ja-zh) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.6727
19
+ - Bleu: 29.1635
20
+ - Gen Len: 19.2263
 
 
 
 
 
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 4e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine_with_restarts
45
+ - lr_scheduler_warmup_ratio: 0.07
46
+ - num_epochs: 1
47
  - mixed_precision_training: Native AMP
48
 
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
53
+ | 1.743 | 1.0 | 14178 | 1.6727 | 29.1635 | 19.2263 |
54
+
55
+
56
  ### Framework versions
57
 
58
  - Transformers 4.28.1