NDugar commited on
Commit
b85aaaa
1 Parent(s): bd2c44d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - translation
5
+ - generated_from_trainer
6
+ datasets:
7
+ - kde4
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: m2m100_418M-fr
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: kde4
18
+ type: kde4
19
+ args: en-fr
20
+ metrics:
21
+ - name: Bleu
22
+ type: bleu
23
+ value: 51.1339693938271
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # m2m100_418M-fr
30
+
31
+ This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on the kde4 dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.7021
34
+ - Bleu: 51.1340
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 2e-05
54
+ - train_batch_size: 8
55
+ - eval_batch_size: 8
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - num_epochs: 1
60
+ - mixed_precision_training: Native AMP
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
65
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
66
+ | 0.749 | 1.0 | 23645 | 0.7021 | 51.1344 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.13.0.dev0
72
+ - Pytorch 1.10.0
73
+ - Datasets 1.15.2.dev0
74
+ - Tokenizers 0.10.3