Training complete
Browse files
README.md
CHANGED
@@ -17,23 +17,23 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# mbart-neutralization
|
19 |
|
20 |
-
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Bleu:
|
24 |
-
- Gen Len:
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
-
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
-
|
37 |
|
38 |
## Training procedure
|
39 |
|
@@ -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 |
|
56 |
-
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
# mbart-neutralization
|
19 |
|
20 |
+
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 2.8182
|
23 |
+
- Bleu: 5.9775
|
24 |
+
- Gen Len: 123.4146
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
More information needed
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
+
More information needed
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
+
More information needed
|
37 |
|
38 |
## Training procedure
|
39 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
55 |
+
| No log | 1.0 | 92 | 3.0994 | 3.5838 | 103.2244 |
|
56 |
+
| No log | 2.0 | 184 | 2.8182 | 5.9775 | 123.4146 |
|
57 |
|
58 |
|
59 |
### Framework versions
|