eskayML/bert_combined_top_2
Browse files- README.md +12 -12
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0320
|
22 |
+
- Accuracy: 0.9872
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.9945 | 1.0 | 780 | 0.7471 | 0.7179 |
|
54 |
+
| 0.7659 | 2.0 | 1560 | 0.5219 | 0.8269 |
|
55 |
+
| 0.5512 | 3.0 | 2340 | 0.3141 | 0.9199 |
|
56 |
+
| 0.372 | 4.0 | 3120 | 0.2176 | 0.9519 |
|
57 |
+
| 0.2519 | 5.0 | 3900 | 0.1440 | 0.9679 |
|
58 |
+
| 0.172 | 6.0 | 4680 | 0.1142 | 0.9776 |
|
59 |
+
| 0.1873 | 7.0 | 5460 | 0.0943 | 0.9808 |
|
60 |
+
| 0.0807 | 8.0 | 6240 | 0.0449 | 0.9904 |
|
61 |
+
| 0.1075 | 9.0 | 7020 | 0.0432 | 0.9904 |
|
62 |
+
| 0.0479 | 10.0 | 7800 | 0.0320 | 0.9872 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267835644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d63bea03d09b0c6173a9966877a849e0fb176300492810483436a12100928fc3
|
3 |
size 267835644
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7b3250a83333ac2f5d4800544e21b461724c38504b09516a6706a8fc41b1f6d
|
3 |
size 5304
|