End of training
Browse files
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
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
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.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
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
|