Tohrumi commited on
Commit
6f1ce55
1 Parent(s): f42afcb

End of training

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: mit
3
  base_model: VietAI/envit5-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: envit5-base
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # envit5-base
15
 
16
  This model is a fine-tuned version of [VietAI/envit5-base](https://huggingface.co/VietAI/envit5-base) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
@@ -40,6 +45,15 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_type: linear
41
  - num_epochs: 3
42
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.41.2
 
3
  base_model: VietAI/envit5-base
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
  model-index:
9
  - name: envit5-base
10
  results: []
 
16
  # envit5-base
17
 
18
  This model is a fine-tuned version of [VietAI/envit5-base](https://huggingface.co/VietAI/envit5-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.3981
21
+ - Bleu: 1.1676
22
 
23
  ## Model description
24
 
 
45
  - lr_scheduler_type: linear
46
  - num_epochs: 3
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | No log | 1.0 | 4 | 3.6615 | 0.7586 |
53
+ | No log | 2.0 | 8 | 3.4541 | 1.2385 |
54
+ | No log | 3.0 | 12 | 3.3981 | 1.1676 |
55
+
56
+
57
  ### Framework versions
58
 
59
  - Transformers 4.41.2