agata-luk commited on
Commit
1db88c9
·
verified ·
1 Parent(s): 51c3771

Training complete

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
- base_model: google-t5/t5-small
5
  tags:
6
  - simplification
7
  - generated_from_trainer
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # t5-neutralization
19
 
20
- This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.1686
23
- - Bleu: 53.022
24
- - Gen Len: 18.5417
25
 
26
  ## Model description
27
 
@@ -50,10 +50,10 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
- |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
55
- | No log | 1.0 | 440 | 0.1988 | 53.022 | 18.5417 |
56
- | 0.2893 | 2.0 | 880 | 0.1686 | 53.022 | 18.5417 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
+ base_model: google-t5/t5-base
5
  tags:
6
  - simplification
7
  - generated_from_trainer
 
17
 
18
  # t5-neutralization
19
 
20
+ This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0245
23
+ - Bleu: 54.8996
24
+ - Gen Len: 18.7604
25
 
26
  ## Model description
27
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
55
+ | No log | 1.0 | 440 | 0.0303 | 54.7693 | 18.6667 |
56
+ | 0.06 | 2.0 | 880 | 0.0245 | 54.8996 | 18.7604 |
57
 
58
 
59
  ### Framework versions