Training complete
Browse files- README.md +0 -14
- generation_config.json +1 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,8 +4,6 @@ base_model: facebook/mbart-large-50
|
|
4 |
tags:
|
5 |
- simplification
|
6 |
- generated_from_trainer
|
7 |
-
metrics:
|
8 |
-
- bleu
|
9 |
model-index:
|
10 |
- name: mbart-neutralization
|
11 |
results: []
|
@@ -17,10 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# mbart-neutralization
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
20 |
-
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 7.2188
|
22 |
-
- Bleu: 0.0
|
23 |
-
- Gen Len: 3.2627
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -47,14 +41,6 @@ The following hyperparameters were used during training:
|
|
47 |
- lr_scheduler_type: linear
|
48 |
- num_epochs: 2
|
49 |
|
50 |
-
### Training results
|
51 |
-
|
52 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
53 |
-
|:-------------:|:-----:|:----:|:---------------:|:----:|:-------:|
|
54 |
-
| No log | 1.0 | 217 | 10.6696 | 0.0 | 2.0184 |
|
55 |
-
| No log | 2.0 | 434 | 7.2188 | 0.0 | 3.2627 |
|
56 |
-
|
57 |
-
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.38.1
|
|
|
4 |
tags:
|
5 |
- simplification
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: mbart-neutralization
|
9 |
results: []
|
|
|
15 |
# mbart-neutralization
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
41 |
- lr_scheduler_type: linear
|
42 |
- num_epochs: 2
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.38.1
|
generation_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 0,
|
3 |
"decoder_start_token_id": 2,
|
4 |
"early_stopping": true,
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"decoder_start_token_id": 2,
|
5 |
"early_stopping": true,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2444578688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02d71e6372d8d882bb9da77dee837ddbc40d6f65f57ec48febec02f34b0b494d
|
3 |
size 2444578688
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:872854e843147059b9e755e3a43f784d3d827a560b933fc11e2c7b6ada8ef638
|
3 |
size 5048
|