alvations commited on
Commit
319ded9
·
1 Parent(s): 9ebfd94

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [alvations/mt5-aym-lex](https://huggingface.co/alvations/mt5-aym-lex) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1844
20
- - Chrf: 24.2586
21
  - Bleu: 2.9344
 
22
  - Gen Len: 17.5005
 
23
 
24
  ## Model description
25
 
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Chrf | Bleu | Gen Len |
53
- |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|
54
- | 0.067 | 4.86 | 20000 | 0.1844 | 24.2586 | 2.9344 | 17.5005 |
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [alvations/mt5-aym-lex](https://huggingface.co/alvations/mt5-aym-lex) on the None dataset.
18
  It achieves the following results on the evaluation set:
 
 
19
  - Bleu: 2.9344
20
+ - Chrf: 24.2586
21
  - Gen Len: 17.5005
22
+ - Loss: 0.1844
23
 
24
  ## Model description
25
 
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Bleu | Chrf | Gen Len | Validation Loss |
53
+ |:-------------:|:-----:|:-----:|:------:|:-------:|:-------:|:---------------:|
54
+ | 0.067 | 4.86 | 20000 | 2.9344 | 24.2586 | 17.5005 | 0.1844 |
55
 
56
 
57
  ### Framework versions