jourlin commited on
Commit
0540686
1 Parent(s): 7cb9b36

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - wmt16
7
  metrics:
8
  - bleu
9
  model-index:
@@ -13,13 +13,13 @@ model-index:
13
  name: Sequence-to-sequence Language Modeling
14
  type: text2text-generation
15
  dataset:
16
- name: wmt16
17
- type: wmt16
18
- args: ro-en
19
  metrics:
20
  - name: Bleu
21
  type: bleu
22
- value: 7.3525
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -27,11 +27,11 @@ should probably proofread and complete it, then remove this comment. -->
27
 
28
  # wiki2json
29
 
30
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the wmt16 dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 1.4043
33
- - Bleu: 7.3525
34
- - Gen Len: 18.2541
35
 
36
  ## Model description
37
 
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
61
 
62
  ### Training results
63
 
64
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
65
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
66
- | 0.5985 | 1.0 | 19073 | 1.4043 | 7.3525 | 18.2541 |
67
 
68
 
69
  ### Framework versions
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - opus_books
7
  metrics:
8
  - bleu
9
  model-index:
13
  name: Sequence-to-sequence Language Modeling
14
  type: text2text-generation
15
  dataset:
16
+ name: opus_books
17
+ type: opus_books
18
+ args: en-fr
19
  metrics:
20
  - name: Bleu
21
  type: bleu
22
+ value: 4.8968
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
 
28
  # wiki2json
29
 
30
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus_books dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 1.6848
33
+ - Bleu: 4.8968
34
+ - Gen Len: 17.6362
35
 
36
  ## Model description
37
 
61
 
62
  ### Training results
63
 
64
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
65
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
66
+ | 1.9187 | 1.0 | 3178 | 1.6848 | 4.8968 | 17.6362 |
67
 
68
 
69
  ### Framework versions