datnth1709 commited on
Commit
e2dcbb8
·
1 Parent(s): 914820e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  tags:
3
  - translation
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: VietAI-NLP-ITN
7
  results: []
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
  # VietAI-NLP-ITN
14
 
15
  This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -40,6 +45,14 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_warmup_ratio: 0.5
41
  - num_epochs: 2
42
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.20.1
 
2
  tags:
3
  - translation
4
  - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
  model-index:
8
  - name: VietAI-NLP-ITN
9
  results: []
 
15
  # VietAI-NLP-ITN
16
 
17
  This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 5.1754
20
+ - Bleu: 0.6140
21
 
22
  ## Model description
23
 
 
45
  - lr_scheduler_warmup_ratio: 0.5
46
  - num_epochs: 2
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | No log | 1.0 | 157 | 6.2996 | 0.1306 |
53
+ | No log | 2.0 | 314 | 5.1754 | 0.6140 |
54
+
55
+
56
  ### Framework versions
57
 
58
  - Transformers 4.20.1