ayakiri commited on
Commit
5e266d7
·
verified ·
1 Parent(s): 915b1f2

End of training

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
- base_model: t5-base
5
  tags:
6
  - generated_from_trainer
7
  datasets:
@@ -16,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # sentence-correction-t5-base-enhanced
18
 
19
- This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the wi_locness dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.5051
22
 
23
  ## Model description
24
 
@@ -49,9 +47,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | No log | 1.0 | 375 | 1.5925 |
53
- | 1.9297 | 2.0 | 750 | 1.5209 |
54
- | 1.5387 | 3.0 | 1125 | 1.5051 |
55
 
56
 
57
  ### Framework versions
 
1
  ---
2
  library_name: transformers
 
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
14
 
15
  # sentence-correction-t5-base-enhanced
16
 
17
+ This model was trained from scratch on the wi_locness dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.4268
20
 
21
  ## Model description
22
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 375 | 1.4579 |
51
+ | 1.4421 | 2.0 | 750 | 1.4339 |
52
+ | 1.4061 | 3.0 | 1125 | 1.4268 |
53
 
54
 
55
  ### Framework versions