Training complete
Browse files- README.md +15 -1
- generation_config.json +0 -1
README.md
CHANGED
|
@@ -5,6 +5,8 @@ base_model: t5-small
|
|
| 5 |
tags:
|
| 6 |
- simplification
|
| 7 |
- generated_from_trainer
|
|
|
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: mbart-neutralization
|
| 10 |
results: []
|
|
@@ -16,6 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
# mbart-neutralization
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -42,9 +48,17 @@ The following hyperparameters were used during training:
|
|
| 42 |
- lr_scheduler_type: linear
|
| 43 |
- num_epochs: 2
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
### Framework versions
|
| 46 |
|
| 47 |
- Transformers 4.51.2
|
| 48 |
-
- Pytorch 2.10.0+
|
| 49 |
- Datasets 4.0.0
|
| 50 |
- Tokenizers 0.21.4
|
|
|
|
| 5 |
tags:
|
| 6 |
- simplification
|
| 7 |
- generated_from_trainer
|
| 8 |
+
metrics:
|
| 9 |
+
- bleu
|
| 10 |
model-index:
|
| 11 |
- name: mbart-neutralization
|
| 12 |
results: []
|
|
|
|
| 18 |
# mbart-neutralization
|
| 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.1563
|
| 23 |
+
- Bleu: 53.022
|
| 24 |
+
- Gen Len: 18.5417
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
- num_epochs: 2
|
| 50 |
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
| 55 |
+
| No log | 1.0 | 440 | 0.2031 | 53.022 | 18.5417 |
|
| 56 |
+
| 0.2886 | 2.0 | 880 | 0.1563 | 53.022 | 18.5417 |
|
| 57 |
+
|
| 58 |
+
|
| 59 |
### Framework versions
|
| 60 |
|
| 61 |
- Transformers 4.51.2
|
| 62 |
+
- Pytorch 2.10.0+cu128
|
| 63 |
- Datasets 4.0.0
|
| 64 |
- Tokenizers 0.21.4
|
generation_config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
"decoder_start_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
| 5 |
"pad_token_id": 0,
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"decoder_start_token_id": 0,
|
| 3 |
"eos_token_id": 1,
|
| 4 |
"pad_token_id": 0,
|