yonathanstwn commited on
Commit
de148f1
1 Parent(s): 132bd91

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - ccmatrix
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: opus-mt-id-en-ccmatrix-v2
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: ccmatrix
16
+ type: ccmatrix
17
+ config: en-id
18
+ split: train
19
+ args: en-id
20
+ metrics:
21
+ - name: Bleu
22
+ type: bleu
23
+ value: 52.173
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
+ # opus-mt-id-en-ccmatrix-v2
30
+
31
+ This model was trained from scratch on the ccmatrix dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.7667
34
+ - Bleu: 52.173
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: 1e-05
54
+ - train_batch_size: 32
55
+ - eval_batch_size: 32
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_steps: 4000
60
+ - num_epochs: 5
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
65
+ |:-------------:|:-----:|:------:|:---------------:|:-------:|
66
+ | 0.803 | 1.0 | 148438 | 0.8185 | 50.3216 |
67
+ | 0.7212 | 2.0 | 296876 | 0.7904 | 51.282 |
68
+ | 0.6913 | 3.0 | 445314 | 0.7791 | 51.7806 |
69
+ | 0.6727 | 4.0 | 593752 | 0.7691 | 52.0263 |
70
+ | 0.6609 | 5.0 | 742190 | 0.7667 | 52.173 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.26.1
76
+ - Pytorch 2.0.0
77
+ - Datasets 2.10.1
78
+ - Tokenizers 0.11.0