Initial Commit
Browse files- README.md +9 -14
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Matthews Correlation: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,18 +49,13 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
52 |
-
| No log | 1.0 | 268 | 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.0754 | 8.0 | 2144 | 0.8177 | 0.5626 |
|
60 |
-
| 0.0754 | 9.0 | 2412 | 0.9048 | 0.5458 |
|
61 |
-
| 0.0607 | 10.0 | 2680 | 1.1827 | 0.5140 |
|
62 |
-
| 0.0607 | 11.0 | 2948 | 1.2416 | 0.5233 |
|
63 |
-
| 0.0473 | 12.0 | 3216 | 1.1921 | 0.5265 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9233
|
21 |
+
- Matthews Correlation: 0.5556
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
52 |
+
| No log | 1.0 | 268 | 0.4170 | 0.5507 |
|
53 |
+
| 0.3968 | 2.0 | 536 | 0.4077 | 0.5769 |
|
54 |
+
| 0.3968 | 3.0 | 804 | 0.6058 | 0.5667 |
|
55 |
+
| 0.1661 | 4.0 | 1072 | 0.8344 | 0.5396 |
|
56 |
+
| 0.1661 | 5.0 | 1340 | 0.7354 | 0.5402 |
|
57 |
+
| 0.1119 | 6.0 | 1608 | 0.7466 | 0.5593 |
|
58 |
+
| 0.1119 | 7.0 | 1876 | 0.9233 | 0.5556 |
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437958648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1adde0d186362bb8460cf6a5cb840aea2dc814963ac90437430e29f54b17946d
|
3 |
size 437958648
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:664b69bf89bc0508cf89b1f5ce4033099f09fab49811e67a05372d553b8af9d5
|
3 |
size 4920
|