End of training
Browse files- README.md +15 -15
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 |
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1156
|
24 |
+
- Precision: 0.6277
|
25 |
+
- Recall: 0.6694
|
26 |
+
- F1: 0.6479
|
27 |
+
- Accuracy: 0.9802
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 348 | 0.0716 | 0.4966 | 0.6050 | 0.5455 | 0.9740 |
|
59 |
+
| 0.1189 | 2.0 | 696 | 0.0634 | 0.5302 | 0.6195 | 0.5714 | 0.9770 |
|
60 |
+
| 0.0588 | 3.0 | 1044 | 0.0760 | 0.5518 | 0.6424 | 0.5937 | 0.9774 |
|
61 |
+
| 0.0588 | 4.0 | 1392 | 0.0760 | 0.6121 | 0.6528 | 0.6318 | 0.9785 |
|
62 |
+
| 0.0282 | 5.0 | 1740 | 0.0910 | 0.6107 | 0.6424 | 0.6261 | 0.9792 |
|
63 |
+
| 0.0167 | 6.0 | 2088 | 0.1372 | 0.6 | 0.5364 | 0.5664 | 0.9745 |
|
64 |
+
| 0.0167 | 7.0 | 2436 | 0.1144 | 0.6028 | 0.6216 | 0.6121 | 0.9793 |
|
65 |
+
| 0.0087 | 8.0 | 2784 | 0.1011 | 0.6120 | 0.6590 | 0.6346 | 0.9805 |
|
66 |
+
| 0.0061 | 9.0 | 3132 | 0.1239 | 0.6315 | 0.6341 | 0.6328 | 0.9802 |
|
67 |
+
| 0.0061 | 10.0 | 3480 | 0.1156 | 0.6277 | 0.6694 | 0.6479 | 0.9802 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 592379337
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5826be32a086eac149f5374f4aab3e32bc19e7a44ea839f9bcf4a7b78d0c91f3
|
3 |
size 592379337
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d138a1536c38e5ed562699da1a1443c7d868db51112c3be285af6b94a66a7ef6
|
3 |
size 4091
|