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.1366
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 0.3549 | 0.11 | 500 | 0.3112 |
|
51 |
+
| 0.2635 | 0.21 | 1000 | 0.2464 |
|
52 |
+
| 0.2497 | 0.32 | 1500 | 0.2210 |
|
53 |
+
| 0.2762 | 0.43 | 2000 | 0.2121 |
|
54 |
+
| 0.2265 | 0.54 | 2500 | 0.1923 |
|
55 |
+
| 0.1911 | 0.64 | 3000 | 0.1813 |
|
56 |
+
| 0.1629 | 0.75 | 3500 | 0.1777 |
|
57 |
+
| 0.1897 | 0.86 | 4000 | 0.1660 |
|
58 |
+
| 0.1782 | 0.96 | 4500 | 0.1617 |
|
59 |
+
| 0.1483 | 1.07 | 5000 | 0.1648 |
|
60 |
+
| 0.1412 | 1.18 | 5500 | 0.1592 |
|
61 |
+
| 0.1391 | 1.28 | 6000 | 0.1582 |
|
62 |
+
| 0.144 | 1.39 | 6500 | 0.1506 |
|
63 |
+
| 0.1524 | 1.5 | 7000 | 0.1509 |
|
64 |
+
| 0.1127 | 1.61 | 7500 | 0.1505 |
|
65 |
+
| 0.1224 | 1.71 | 8000 | 0.1470 |
|
66 |
+
| 0.1504 | 1.82 | 8500 | 0.1419 |
|
67 |
+
| 0.1123 | 1.93 | 9000 | 0.1407 |
|
68 |
+
| 0.0964 | 2.03 | 9500 | 0.1441 |
|
69 |
+
| 0.1045 | 2.14 | 10000 | 0.1428 |
|
70 |
+
| 0.1001 | 2.25 | 10500 | 0.1423 |
|
71 |
+
| 0.0842 | 2.35 | 11000 | 0.1416 |
|
72 |
+
| 0.085 | 2.46 | 11500 | 0.1407 |
|
73 |
+
| 0.1092 | 2.57 | 12000 | 0.1386 |
|
74 |
+
| 0.11 | 2.68 | 12500 | 0.1376 |
|
75 |
+
| 0.0769 | 2.78 | 13000 | 0.1370 |
|
76 |
+
| 0.084 | 2.89 | 13500 | 0.1373 |
|
77 |
+
| 0.0833 | 3.0 | 14000 | 0.1366 |
|
78 |
|
79 |
|
80 |
### Framework versions
|