Upload folder using huggingface_hub
Browse files- evaluation_results_notebook.json +23 -23
- model.safetensors +1 -1
- optimizer.pt +2 -2
- special_tokens_map.json +35 -5
- test_metrics.json +7 -7
- tokenizer_config.json +7 -0
evaluation_results_notebook.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
| 1 |
{
|
| 2 |
"total_samples": 13877,
|
| 3 |
-
"accuracy": 0.
|
| 4 |
-
"macro_precision": 0.
|
| 5 |
-
"macro_recall": 0.
|
| 6 |
-
"macro_f1": 0.
|
| 7 |
-
"average_loss":
|
| 8 |
"classification_report": {
|
| 9 |
"label_0": {
|
| 10 |
-
"precision": 0.
|
| 11 |
-
"recall": 0.
|
| 12 |
-
"f1-score": 0.
|
| 13 |
"support": 9878.0
|
| 14 |
},
|
| 15 |
"label_1": {
|
| 16 |
-
"precision": 0.
|
| 17 |
-
"recall": 0.
|
| 18 |
-
"f1-score": 0.
|
| 19 |
"support": 3999.0
|
| 20 |
},
|
| 21 |
-
"accuracy": 0.
|
| 22 |
"macro avg": {
|
| 23 |
-
"precision": 0.
|
| 24 |
-
"recall": 0.
|
| 25 |
-
"f1-score": 0.
|
| 26 |
"support": 13877.0
|
| 27 |
},
|
| 28 |
"weighted avg": {
|
| 29 |
-
"precision": 0.
|
| 30 |
-
"recall": 0.
|
| 31 |
-
"f1-score": 0.
|
| 32 |
"support": 13877.0
|
| 33 |
}
|
| 34 |
},
|
| 35 |
"confusion_matrix": [
|
| 36 |
[
|
| 37 |
-
|
| 38 |
-
|
| 39 |
],
|
| 40 |
[
|
| 41 |
-
|
| 42 |
-
|
| 43 |
]
|
| 44 |
],
|
| 45 |
-
"evaluation_duration_seconds":
|
| 46 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_samples": 13877,
|
| 3 |
+
"accuracy": 0.8509043741442675,
|
| 4 |
+
"macro_precision": 0.8192254366193239,
|
| 5 |
+
"macro_recall": 0.8151287416913957,
|
| 6 |
+
"macro_f1": 0.8171262560991883,
|
| 7 |
+
"average_loss": 0.8716882247996837,
|
| 8 |
"classification_report": {
|
| 9 |
"label_0": {
|
| 10 |
+
"precision": 0.8919000301114123,
|
| 11 |
+
"recall": 0.8995748127151245,
|
| 12 |
+
"f1-score": 0.8957209818053525,
|
| 13 |
"support": 9878.0
|
| 14 |
},
|
| 15 |
"label_1": {
|
| 16 |
+
"precision": 0.7465508431272355,
|
| 17 |
+
"recall": 0.7306826706676669,
|
| 18 |
+
"f1-score": 0.7385315303930241,
|
| 19 |
"support": 3999.0
|
| 20 |
},
|
| 21 |
+
"accuracy": 0.8509043741442675,
|
| 22 |
"macro avg": {
|
| 23 |
+
"precision": 0.8192254366193239,
|
| 24 |
+
"recall": 0.8151287416913957,
|
| 25 |
+
"f1-score": 0.8171262560991883,
|
| 26 |
"support": 13877.0
|
| 27 |
},
|
| 28 |
"weighted avg": {
|
| 29 |
+
"precision": 0.8500140750238774,
|
| 30 |
+
"recall": 0.8509043741442675,
|
| 31 |
+
"f1-score": 0.8504229623344365,
|
| 32 |
"support": 13877.0
|
| 33 |
}
|
| 34 |
},
|
| 35 |
"confusion_matrix": [
|
| 36 |
[
|
| 37 |
+
8886,
|
| 38 |
+
992
|
| 39 |
],
|
| 40 |
[
|
| 41 |
+
1077,
|
| 42 |
+
2922
|
| 43 |
]
|
| 44 |
],
|
| 45 |
+
"evaluation_duration_seconds": 1649.3387715816498
|
| 46 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1340622760
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d90ead9a5840ac3a56c2e33b5c471377187ecf2d166f57ea676b8a770b496454
|
| 3 |
size 1340622760
|
optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:672b9970ac6e4347a4a88e73c4549d12033090d32674454c9d8e7bb7a4e4950f
|
| 3 |
+
size 2681486142
|
special_tokens_map.json
CHANGED
|
@@ -1,7 +1,37 @@
|
|
| 1 |
{
|
| 2 |
-
"cls_token":
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"cls_token": {
|
| 3 |
+
"content": "[CLS]",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"mask_token": {
|
| 10 |
+
"content": "[MASK]",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "[PAD]",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"sep_token": {
|
| 24 |
+
"content": "[SEP]",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
},
|
| 30 |
+
"unk_token": {
|
| 31 |
+
"content": "[UNK]",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false
|
| 36 |
+
}
|
| 37 |
}
|
test_metrics.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"accuracy": 0.
|
| 3 |
-
"macro_precision": 0.
|
| 4 |
-
"macro_recall": 0.
|
| 5 |
-
"macro_f1": 0.
|
| 6 |
-
"average_loss": 0.
|
| 7 |
-
"train_loss_sample_weighted": 0.
|
| 8 |
-
"classification_report_str": " precision recall f1-score support\n\n label_0 0.
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accuracy": 0.9027984519202144,
|
| 3 |
+
"macro_precision": 0.9027819613727487,
|
| 4 |
+
"macro_recall": 0.8531717892731714,
|
| 5 |
+
"macro_f1": 0.8732653319167776,
|
| 6 |
+
"average_loss": 0.5711841108131575,
|
| 7 |
+
"train_loss_sample_weighted": 0.050289344094762996,
|
| 8 |
+
"classification_report_str": " precision recall f1-score support\n\n label_0 0.90 0.97 0.93 4806\n label_1 0.90 0.74 0.81 1912\n\n accuracy 0.90 6718\n macro avg 0.90 0.85 0.87 6718\nweighted avg 0.90 0.90 0.90 6718\n"
|
| 9 |
}
|
tokenizer_config.json
CHANGED
|
@@ -47,12 +47,19 @@
|
|
| 47 |
"do_lower_case": true,
|
| 48 |
"extra_special_tokens": {},
|
| 49 |
"mask_token": "[MASK]",
|
|
|
|
| 50 |
"model_max_length": 1000000000000000019884624838656,
|
| 51 |
"never_split": null,
|
|
|
|
| 52 |
"pad_token": "[PAD]",
|
|
|
|
|
|
|
| 53 |
"sep_token": "[SEP]",
|
|
|
|
| 54 |
"strip_accents": null,
|
| 55 |
"tokenize_chinese_chars": true,
|
| 56 |
"tokenizer_class": "BertTokenizer",
|
|
|
|
|
|
|
| 57 |
"unk_token": "[UNK]"
|
| 58 |
}
|
|
|
|
| 47 |
"do_lower_case": true,
|
| 48 |
"extra_special_tokens": {},
|
| 49 |
"mask_token": "[MASK]",
|
| 50 |
+
"max_length": 512,
|
| 51 |
"model_max_length": 1000000000000000019884624838656,
|
| 52 |
"never_split": null,
|
| 53 |
+
"pad_to_multiple_of": null,
|
| 54 |
"pad_token": "[PAD]",
|
| 55 |
+
"pad_token_type_id": 0,
|
| 56 |
+
"padding_side": "right",
|
| 57 |
"sep_token": "[SEP]",
|
| 58 |
+
"stride": 0,
|
| 59 |
"strip_accents": null,
|
| 60 |
"tokenize_chinese_chars": true,
|
| 61 |
"tokenizer_class": "BertTokenizer",
|
| 62 |
+
"truncation_side": "right",
|
| 63 |
+
"truncation_strategy": "longest_first",
|
| 64 |
"unk_token": "[UNK]"
|
| 65 |
}
|