End of training
Browse files- README.md +11 -11
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,12 +22,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
22 |
|
23 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Precision: 0.
|
29 |
-
- Recall: 0.
|
30 |
-
- Matthews Correlation: 0.
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -58,11 +58,11 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Matthews Correlation |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:--------------------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
22 |
|
23 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.5539
|
26 |
+
- Accuracy: 0.8169
|
27 |
+
- F1: 0.8741
|
28 |
+
- Precision: 0.8329
|
29 |
+
- Recall: 0.9196
|
30 |
+
- Matthews Correlation: 0.5504
|
31 |
|
32 |
## Model description
|
33 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Matthews Correlation |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:--------------------:|
|
61 |
+
| 0.5215 | 1.0 | 535 | 0.4659 | 0.7747 | 0.8514 | 0.7826 | 0.9334 | 0.4284 |
|
62 |
+
| 0.3554 | 2.0 | 1070 | 0.4588 | 0.8073 | 0.8646 | 0.8403 | 0.8904 | 0.5339 |
|
63 |
+
| 0.2373 | 3.0 | 1605 | 0.5539 | 0.8169 | 0.8741 | 0.8329 | 0.9196 | 0.5504 |
|
64 |
+
| 0.1736 | 4.0 | 2140 | 0.7879 | 0.8111 | 0.8723 | 0.8187 | 0.9334 | 0.5321 |
|
65 |
+
| 0.1293 | 5.0 | 2675 | 0.8469 | 0.8102 | 0.8699 | 0.8265 | 0.9182 | 0.5324 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94e12ef77742992ab029e13e9649400e276f93ae33754ea46379e1358f3e86f3
|
3 |
size 267832560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4ecea87e8e712b927ff2bb8210bedcf13beece08039c641bc2b669905f692be
|
3 |
size 5368
|