Demosthene-OR commited on
Commit
511297e
·
1 Parent(s): 19e1759

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: t5-small-finetuned-en-to-fr
7
  results: []
@@ -13,6 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
13
  # t5-small-finetuned-en-to-fr
14
 
15
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -37,13 +43,32 @@ The following hyperparameters were used during training:
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
- - num_epochs: 1
41
 
42
  ### Training results
43
 
44
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
45
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
46
  | No log | 1.0 | 1 | 2.6488 | 21.9728 | 9.0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
  model-index:
8
  - name: t5-small-finetuned-en-to-fr
9
  results: []
 
15
  # t5-small-finetuned-en-to-fr
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.0063
20
+ - Bleu: 42.1181
21
+ - Gen Len: 8.6667
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 20
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
52
  | No log | 1.0 | 1 | 2.6488 | 21.9728 | 9.0 |
53
+ | No log | 2.0 | 2 | 2.5827 | 21.9728 | 9.0 |
54
+ | No log | 3.0 | 3 | 2.5204 | 21.9728 | 9.0 |
55
+ | No log | 4.0 | 4 | 2.4619 | 31.7783 | 9.0 |
56
+ | No log | 5.0 | 5 | 2.4063 | 31.7783 | 9.0 |
57
+ | No log | 6.0 | 6 | 2.3545 | 31.7783 | 9.0 |
58
+ | No log | 7.0 | 7 | 2.3044 | 32.857 | 9.0 |
59
+ | No log | 8.0 | 8 | 2.2592 | 32.857 | 9.0 |
60
+ | No log | 9.0 | 9 | 2.2182 | 32.857 | 9.0 |
61
+ | No log | 10.0 | 10 | 2.1816 | 32.857 | 9.0 |
62
+ | No log | 11.0 | 11 | 2.1476 | 32.857 | 9.0 |
63
+ | No log | 12.0 | 12 | 2.1175 | 32.857 | 9.0 |
64
+ | No log | 13.0 | 13 | 2.0914 | 32.857 | 9.0 |
65
+ | No log | 14.0 | 14 | 2.0696 | 32.857 | 9.0 |
66
+ | No log | 15.0 | 15 | 2.0510 | 44.7214 | 8.3333 |
67
+ | No log | 16.0 | 16 | 2.0357 | 44.7214 | 8.3333 |
68
+ | No log | 17.0 | 17 | 2.0238 | 44.7214 | 8.3333 |
69
+ | No log | 18.0 | 18 | 2.0150 | 44.7214 | 8.3333 |
70
+ | No log | 19.0 | 19 | 2.0092 | 44.7214 | 8.3333 |
71
+ | No log | 20.0 | 20 | 2.0063 | 42.1181 | 8.6667 |
72
 
73
 
74
  ### Framework versions