52101007-HuynhQuocTruong commited on
Commit
08dfc52
1 Parent(s): 4dc5f52

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: t5-small
4
  tags:
5
  - text2text-generation
6
  - generated_from_trainer
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # vi-correction-t5
18
 
19
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2966
22
- - Sacrebleu: 0.0
23
 
24
  ## Model description
25
 
@@ -52,10 +52,10 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
54
  |:-------------:|:------:|:----:|:---------------:|:---------:|
55
- | No log | 0.992 | 93 | 0.4620 | 0.0 |
56
- | No log | 1.9947 | 187 | 0.3466 | 0.0 |
57
- | No log | 2.9973 | 281 | 0.3070 | 0.0 |
58
- | No log | 3.968 | 372 | 0.2966 | 0.0 |
59
 
60
 
61
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: t5-base
4
  tags:
5
  - text2text-generation
6
  - generated_from_trainer
 
16
 
17
  # vi-correction-t5
18
 
19
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1465
22
+ - Sacrebleu: 0.4788
23
 
24
  ## Model description
25
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
54
  |:-------------:|:------:|:----:|:---------------:|:---------:|
55
+ | No log | 0.992 | 93 | 0.1898 | 0.1884 |
56
+ | No log | 1.9947 | 187 | 0.1586 | 0.4429 |
57
+ | No log | 2.9973 | 281 | 0.1491 | 0.4715 |
58
+ | No log | 3.968 | 372 | 0.1465 | 0.4788 |
59
 
60
 
61
  ### Framework versions