madkr commited on
Commit
fa0aaea
1 Parent(s): c8a8d9a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - wmt16
6
+ model-index:
7
+ - name: TranslationDe2En
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
+ # TranslationDe2En
15
+
16
+ This model was trained from scratch on the wmt16 dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.0338
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 128
39
+ - eval_batch_size: 128
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 2.8864 | 1.0 | 391 | 2.1916 |
51
+ | 2.7248 | 2.0 | 782 | 2.1310 |
52
+ | 2.6707 | 3.0 | 1173 | 2.0956 |
53
+ | 2.6382 | 4.0 | 1564 | 2.0747 |
54
+ | 2.6145 | 5.0 | 1955 | 2.0613 |
55
+ | 2.5978 | 6.0 | 2346 | 2.0500 |
56
+ | 2.5846 | 7.0 | 2737 | 2.0424 |
57
+ | 2.575 | 8.0 | 3128 | 2.0376 |
58
+ | 2.5694 | 9.0 | 3519 | 2.0349 |
59
+ | 2.5673 | 10.0 | 3910 | 2.0338 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.27.4
65
+ - Pytorch 2.0.0+cu117
66
+ - Datasets 2.10.1
67
+ - Tokenizers 0.13.2