Shularp commited on
Commit
1645462
1 Parent(s): a7474f3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - translation
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: ar2enCkptfromgendata_02
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # ar2enCkptfromgendata_02
16
+
17
+ This model is a fine-tuned version of [Shularp/ar2enCkptfromgendata_01](https://huggingface.co/Shularp/ar2enCkptfromgendata_01) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3127
20
+ - Bleu: 75.0762
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
50
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
+ | 0.4027 | 1.0 | 151 | 0.2742 | 78.6168 |
52
+ | 0.2541 | 2.0 | 302 | 0.2781 | 78.3237 |
53
+ | 0.2319 | 3.0 | 453 | 0.2858 | 77.7606 |
54
+ | 0.1957 | 4.0 | 604 | 0.2937 | 76.5858 |
55
+ | 0.1372 | 5.0 | 755 | 0.2992 | 76.1158 |
56
+ | 0.1413 | 6.0 | 906 | 0.3047 | 75.7260 |
57
+ | 0.12 | 7.0 | 1057 | 0.3099 | 75.6321 |
58
+ | 0.1314 | 8.0 | 1208 | 0.3110 | 75.1247 |
59
+ | 0.0864 | 9.0 | 1359 | 0.3118 | 75.3267 |
60
+ | 0.0873 | 10.0 | 1510 | 0.3127 | 75.0762 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.30.1
66
+ - Pytorch 2.0.1+cu118
67
+ - Datasets 2.12.0
68
+ - Tokenizers 0.13.3