GuysTrans commited on
Commit
e8e7d81
1 Parent(s): c99ca36

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - mt_eng_vietnamese
7
+ metrics:
8
+ - rouge
9
+ - bleu
10
+ model-index:
11
+ - name: bart-base-translate-en-vi
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: mt_eng_vietnamese
18
+ type: mt_eng_vietnamese
19
+ config: iwslt2015-en-vi
20
+ split: validation
21
+ args: iwslt2015-en-vi
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 8.5193
26
+ - name: Bleu
27
+ type: bleu
28
+ value: 0.0
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # bart-base-translate-en-vi
35
+
36
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the mt_eng_vietnamese dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.0211
39
+ - Rouge1: 8.5193
40
+ - Rouge2: 1.09
41
+ - Rougel: 7.7119
42
+ - Rougelsum: 7.7159
43
+ - Bleu: 0.0
44
+ - Gen Len: 20.0
45
+
46
+ ## Model description
47
+
48
+ More information needed
49
+
50
+ ## Intended uses & limitations
51
+
52
+ More information needed
53
+
54
+ ## Training and evaluation data
55
+
56
+ More information needed
57
+
58
+ ## Training procedure
59
+
60
+ ### Training hyperparameters
61
+
62
+ The following hyperparameters were used during training:
63
+ - learning_rate: 2e-05
64
+ - train_batch_size: 8
65
+ - eval_batch_size: 8
66
+ - seed: 42
67
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
68
+ - lr_scheduler_type: linear
69
+ - num_epochs: 1
70
+ - mixed_precision_training: Native AMP
71
+
72
+ ### Training results
73
+
74
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu | Gen Len |
75
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:----:|:-------:|
76
+ | 0.0233 | 1.0 | 16665 | 0.0211 | 8.5193 | 1.09 | 7.7119 | 7.7159 | 0.0 | 20.0 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.26.1
82
+ - Pytorch 2.1.0+cu118
83
+ - Datasets 2.10.1
84
+ - Tokenizers 0.13.3