Lina Gårdemark commited on
Commit
f8de34b
1 Parent(s): ab0435c

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: t5-small
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Bleu
24
  type: bleu
25
- value: 5.6537
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,11 +30,11 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # my_awesome_opus_books_model
32
 
33
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus_books dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.6046
36
- - Bleu: 5.6537
37
- - Gen Len: 17.5668
38
 
39
  ## Model description
40
 
@@ -63,10 +63,10 @@ The following hyperparameters were used during training:
63
 
64
  ### Training results
65
 
66
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
68
- | 1.864 | 1.0 | 6355 | 1.6288 | 5.4653 | 17.5798 |
69
- | 1.8211 | 2.0 | 12710 | 1.6046 | 5.6537 | 17.5668 |
70
 
71
 
72
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: t5-large
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
22
  metrics:
23
  - name: Bleu
24
  type: bleu
25
+ value: 0.0
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # my_awesome_opus_books_model
32
 
33
+ This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the opus_books dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: nan
36
+ - Bleu: 0.0
37
+ - Gen Len: 0.0653
38
 
39
  ## Model description
40
 
 
63
 
64
  ### Training results
65
 
66
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
+ |:-------------:|:-----:|:-----:|:---------------:|:----:|:-------:|
68
+ | 0.0 | 1.0 | 6355 | nan | 0.0 | 0.0653 |
69
+ | 0.0 | 2.0 | 12710 | nan | 0.0 | 0.0653 |
70
 
71
 
72
  ### Framework versions