dataset=155, epochs=50, batch_size=1, early_stopping=eval_precision
Browse files- README.md +24 -19
- model.safetensors +1 -1
- tokenizer.json +1 -10
README.md
CHANGED
@@ -20,17 +20,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Perf P: 0.
|
25 |
-
- Perf R: 0.
|
26 |
-
- Inst P: 0.
|
27 |
-
- Inst R: 0.
|
28 |
-
- Comp P: 0.
|
29 |
-
- Comp R: 0.
|
30 |
-
- Precision: 0.
|
31 |
-
- Recall: 0.
|
32 |
-
- F1: 0.
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -61,14 +61,19 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Perf P | Perf R | Inst P | Inst R | Comp P | Comp R | Precision | Recall | F1 | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:------:|:------:|:---------:|:------:|:------:|:--------:|
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2331
|
24 |
+
- Perf P: 0.92
|
25 |
+
- Perf R: 0.9583
|
26 |
+
- Inst P: 0.9322
|
27 |
+
- Inst R: 0.8594
|
28 |
+
- Comp P: 0.9060
|
29 |
+
- Comp R: 0.8908
|
30 |
+
- Precision: 0.8550
|
31 |
+
- Recall: 0.8550
|
32 |
+
- F1: 0.8550
|
33 |
+
- Accuracy: 0.9558
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Perf P | Perf R | Inst P | Inst R | Comp P | Comp R | Precision | Recall | F1 | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:------:|:------:|:---------:|:------:|:------:|:--------:|
|
64 |
+
| 0.8805 | 1.0 | 135 | 0.3680 | 0.7467 | 0.7778 | 0.5775 | 0.6406 | 0.8932 | 0.7731 | 0.7111 | 0.6154 | 0.6598 | 0.8865 |
|
65 |
+
| 0.2916 | 2.0 | 270 | 0.2304 | 0.8 | 0.8889 | 0.9231 | 0.75 | 0.9126 | 0.7899 | 0.7671 | 0.7648 | 0.7659 | 0.9306 |
|
66 |
+
| 0.1632 | 3.0 | 405 | 0.1824 | 0.8354 | 0.9167 | 0.8909 | 0.7656 | 0.9138 | 0.8908 | 0.8088 | 0.8195 | 0.8141 | 0.9441 |
|
67 |
+
| 0.0956 | 4.0 | 540 | 0.2044 | 0.7975 | 0.875 | 0.8308 | 0.8438 | 0.9615 | 0.8403 | 0.8104 | 0.8033 | 0.8068 | 0.9398 |
|
68 |
+
| 0.0634 | 5.0 | 675 | 0.2080 | 0.8519 | 0.9583 | 0.9464 | 0.8281 | 0.9135 | 0.7983 | 0.8387 | 0.8151 | 0.8267 | 0.9438 |
|
69 |
+
| 0.0446 | 6.0 | 810 | 0.2260 | 0.8625 | 0.9583 | 0.9355 | 0.9062 | 0.9316 | 0.9160 | 0.8559 | 0.8521 | 0.8540 | 0.9494 |
|
70 |
+
| 0.0307 | 7.0 | 945 | 0.1812 | 0.8608 | 0.9444 | 0.8429 | 0.9219 | 0.9304 | 0.8992 | 0.8582 | 0.8595 | 0.8588 | 0.9580 |
|
71 |
+
| 0.0224 | 8.0 | 1080 | 0.2485 | 0.7609 | 0.9722 | 0.9153 | 0.8438 | 0.9231 | 0.8067 | 0.8373 | 0.8225 | 0.8299 | 0.9411 |
|
72 |
+
| 0.0179 | 9.0 | 1215 | 0.2065 | 0.8625 | 0.9583 | 0.9153 | 0.8438 | 0.9450 | 0.8655 | 0.8582 | 0.8506 | 0.8544 | 0.9546 |
|
73 |
+
| 0.0189 | 10.0 | 1350 | 0.2236 | 0.8701 | 0.9306 | 0.9661 | 0.8906 | 0.9231 | 0.8067 | 0.8754 | 0.8624 | 0.8689 | 0.9574 |
|
74 |
+
| 0.0121 | 11.0 | 1485 | 0.2173 | 0.8313 | 0.9583 | 0.95 | 0.8906 | 0.9174 | 0.8403 | 0.8569 | 0.8595 | 0.8582 | 0.9534 |
|
75 |
+
| 0.0083 | 12.0 | 1620 | 0.2348 | 0.8023 | 0.9583 | 0.9180 | 0.875 | 0.9065 | 0.8151 | 0.8550 | 0.8462 | 0.8506 | 0.9543 |
|
76 |
+
| 0.0081 | 13.0 | 1755 | 0.2331 | 0.92 | 0.9583 | 0.9322 | 0.8594 | 0.9060 | 0.8908 | 0.8550 | 0.8550 | 0.8550 | 0.9558 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 709139348
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79e2ff74d8f62d76b324a47b3ad97a514bb16be8804bef5332f5e1d134d8b4b6
|
3 |
size 709139348
|
tokenizer.json
CHANGED
@@ -1,16 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": null,
|
4 |
-
"padding":
|
5 |
-
"strategy": {
|
6 |
-
"Fixed": 512
|
7 |
-
},
|
8 |
-
"direction": "Right",
|
9 |
-
"pad_to_multiple_of": null,
|
10 |
-
"pad_id": 0,
|
11 |
-
"pad_type_id": 0,
|
12 |
-
"pad_token": "[PAD]"
|
13 |
-
},
|
14 |
"added_tokens": [
|
15 |
{
|
16 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|