anzorq commited on
Commit
28cf2fc
1 Parent(s): a9b4c69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -1
README.md CHANGED
@@ -12,4 +12,69 @@ widget:
12
  example_title: "Дети играют во дворе."
13
  - text: "Сколько тебе лет?"
14
  example_title: "Сколько тебе лет?"
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  example_title: "Дети играют во дворе."
13
  - text: "Сколько тебе лет?"
14
  example_title: "Сколько тебе лет?"
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # m2m100_ru_kbd_44K
21
+
22
+ This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.9399
25
+ - Bleu: 22.389
26
+ - Gen Len: 16.562
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 3.0
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
57
+ | 2.2391 | 0.18 | 1000 | 1.9921 | 7.4066 | 16.377 |
58
+ | 1.8436 | 0.36 | 2000 | 1.6756 | 9.3443 | 18.428 |
59
+ | 1.63 | 0.53 | 3000 | 1.5361 | 10.9057 | 17.134 |
60
+ | 1.5205 | 0.71 | 4000 | 1.3994 | 12.6061 | 17.471 |
61
+ | 1.4471 | 0.89 | 5000 | 1.3107 | 14.4452 | 16.985 |
62
+ | 1.1915 | 1.07 | 6000 | 1.2462 | 15.1903 | 16.544 |
63
+ | 1.1165 | 1.25 | 7000 | 1.1917 | 16.3859 | 17.044 |
64
+ | 1.0654 | 1.43 | 8000 | 1.1351 | 17.617 | 16.481 |
65
+ | 1.0464 | 1.6 | 9000 | 1.0939 | 18.649 | 16.517 |
66
+ | 1.0376 | 1.78 | 10000 | 1.0603 | 18.2567 | 17.152 |
67
+ | 1.0027 | 1.96 | 11000 | 1.0184 | 20.6011 | 16.875 |
68
+ | 0.7741 | 2.14 | 12000 | 1.0159 | 20.4801 | 16.488 |
69
+ | 0.7566 | 2.32 | 13000 | 0.9899 | 21.6967 | 16.681 |
70
+ | 0.7346 | 2.49 | 14000 | 0.9738 | 21.8249 | 16.679 |
71
+ | 0.7397 | 2.67 | 15000 | 0.9555 | 21.569 | 16.608 |
72
+ | 0.6919 | 2.85 | 16000 | 0.9441 | 22.4658 | 16.493 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.21.0
78
+ - Pytorch 1.10.0+cu113
79
+ - Datasets 2.4.0
80
+ - Tokenizers 0.12.1