satyanshu404
commited on
Commit
•
2b2b576
1
Parent(s):
a04402e
End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,20 +40,22 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
|
|
50 |
-
| 0.
|
51 |
-
|
|
52 |
-
|
|
53 |
-
| 0.
|
54 |
-
|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 2.7109
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 10
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 0.7865 | 1.0 | 800 | 1.1187 |
|
50 |
+
| 0.6785 | 2.0 | 1600 | 1.2005 |
|
51 |
+
| 0.774 | 3.0 | 2400 | 1.1685 |
|
52 |
+
| 0.4621 | 4.0 | 3200 | 1.3130 |
|
53 |
+
| 0.4138 | 5.0 | 4000 | 2.2119 |
|
54 |
+
| 0.3162 | 6.0 | 4800 | 2.0261 |
|
55 |
+
| 0.2778 | 7.0 | 5600 | 1.9403 |
|
56 |
+
| 0.2476 | 8.0 | 6400 | 2.5232 |
|
57 |
+
| 0.1718 | 9.0 | 7200 | 2.6737 |
|
58 |
+
| 0.0869 | 10.0 | 8000 | 2.7109 |
|
59 |
|
60 |
|
61 |
### Framework versions
|