Transformers
Safetensors
t5
text2text-generation
simplification
Generated from Trainer
text-generation-inference
Instructions to use carmengoar/t5-neutralisation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use carmengoar/t5-neutralisation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("carmengoar/t5-neutralisation") model = AutoModelForSeq2SeqLM.from_pretrained("carmengoar/t5-neutralisation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
README.md
CHANGED
|
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Bleu:
|
| 24 |
-
- Gen Len: 18.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -46,16 +46,18 @@ The following hyperparameters were used during training:
|
|
| 46 |
- seed: 42
|
| 47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
-
- num_epochs:
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
| 55 |
-
| No log | 1.0 | 440 | 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.0593
|
| 23 |
+
- Bleu: 54.7416
|
| 24 |
+
- Gen Len: 18.7292
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 46 |
- seed: 42
|
| 47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
+
- num_epochs: 6
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
| 55 |
+
| No log | 1.0 | 440 | 0.0837 | 53.9225 | 18.6042 |
|
| 56 |
+
| 0.0369 | 2.0 | 880 | 0.0739 | 54.1449 | 18.6354 |
|
| 57 |
+
| 0.034 | 3.0 | 1320 | 0.0690 | 54.4631 | 18.6562 |
|
| 58 |
+
| 0.0346 | 4.0 | 1760 | 0.0625 | 54.7416 | 18.7292 |
|
| 59 |
+
| 0.0423 | 5.0 | 2200 | 0.0599 | 54.7416 | 18.7292 |
|
| 60 |
+
| 0.0406 | 6.0 | 2640 | 0.0593 | 54.7416 | 18.7292 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|