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-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -47,34 +47,34 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1162
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 0.2641 | 0.11 | 500 | 0.2493 |
|
51 |
+
| 0.2369 | 0.21 | 1000 | 0.1986 |
|
52 |
+
| 0.2348 | 0.32 | 1500 | 0.1810 |
|
53 |
+
| 0.2239 | 0.43 | 2000 | 0.1732 |
|
54 |
+
| 0.1745 | 0.54 | 2500 | 0.1643 |
|
55 |
+
| 0.1664 | 0.64 | 3000 | 0.1493 |
|
56 |
+
| 0.1701 | 0.75 | 3500 | 0.1446 |
|
57 |
+
| 0.2041 | 0.86 | 4000 | 0.1375 |
|
58 |
+
| 0.1541 | 0.96 | 4500 | 0.1347 |
|
59 |
+
| 0.1168 | 1.07 | 5000 | 0.1398 |
|
60 |
+
| 0.1174 | 1.18 | 5500 | 0.1339 |
|
61 |
+
| 0.1108 | 1.28 | 6000 | 0.1345 |
|
62 |
+
| 0.1163 | 1.39 | 6500 | 0.1292 |
|
63 |
+
| 0.1292 | 1.5 | 7000 | 0.1268 |
|
64 |
+
| 0.0999 | 1.61 | 7500 | 0.1270 |
|
65 |
+
| 0.1023 | 1.71 | 8000 | 0.1225 |
|
66 |
+
| 0.123 | 1.82 | 8500 | 0.1208 |
|
67 |
+
| 0.1105 | 1.93 | 9000 | 0.1182 |
|
68 |
+
| 0.0938 | 2.03 | 9500 | 0.1212 |
|
69 |
+
| 0.0995 | 2.14 | 10000 | 0.1215 |
|
70 |
+
| 0.075 | 2.25 | 10500 | 0.1223 |
|
71 |
+
| 0.0746 | 2.35 | 11000 | 0.1201 |
|
72 |
+
| 0.0816 | 2.46 | 11500 | 0.1187 |
|
73 |
+
| 0.0819 | 2.57 | 12000 | 0.1170 |
|
74 |
+
| 0.0876 | 2.68 | 12500 | 0.1164 |
|
75 |
+
| 0.0628 | 2.78 | 13000 | 0.1168 |
|
76 |
+
| 0.0695 | 2.89 | 13500 | 0.1166 |
|
77 |
+
| 0.0835 | 3.0 | 14000 | 0.1162 |
|
78 |
|
79 |
|
80 |
### Framework versions
|