Training complete
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
-
base_model: google-t5/t5-
|
| 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-
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Bleu:
|
| 24 |
-
- Gen Len: 18.
|
| 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
|
| 54 |
-
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
| 55 |
-
| No log | 1.0 | 440 | 0.
|
| 56 |
-
| 0.
|
| 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
|