eunyounglee commited on
Commit
da0030f
·
1 Parent(s): 62c43c3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: mBART_translator_kobart_2
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
+ # mBART_translator_kobart_2
16
+
17
+ This model is a fine-tuned version of [hyunwoongko/kobart](https://huggingface.co/hyunwoongko/kobart) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0971
20
+ - Bleu: 34.7406
21
+ - Gen Len: 19.863
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
53
+ | 0.7514 | 1.0 | 1912 | 0.3009 | 33.1304 | 19.8465 |
54
+ | 0.4925 | 2.0 | 3824 | 0.2213 | 33.7817 | 19.8541 |
55
+ | 0.3893 | 3.0 | 5736 | 0.1789 | 34.1249 | 19.8577 |
56
+ | 0.3328 | 4.0 | 7648 | 0.1555 | 34.3074 | 19.8598 |
57
+ | 0.2896 | 5.0 | 9560 | 0.1375 | 34.4127 | 19.8585 |
58
+ | 0.2614 | 6.0 | 11472 | 0.1240 | 34.5061 | 19.8604 |
59
+ | 0.2292 | 7.0 | 13384 | 0.1116 | 34.6476 | 19.8632 |
60
+ | 0.2098 | 8.0 | 15296 | 0.1050 | 34.6956 | 19.863 |
61
+ | 0.1967 | 9.0 | 17208 | 0.0995 | 34.7304 | 19.863 |
62
+ | 0.1812 | 10.0 | 19120 | 0.0971 | 34.7406 | 19.863 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.23.0
68
+ - Pytorch 1.12.1+cu113
69
+ - Datasets 2.5.2
70
+ - Tokenizers 0.13.1