Upload folder using huggingface_hub
Browse files- classification_report_test_id.txt +11 -0
- config.json +0 -1
- confusion_matrix_test_id.csv +3 -0
- evaluation_results.json +30 -0
- model.safetensors +1 -1
- tokenizer.json +1 -10
- training_args.bin +1 -1
classification_report_test_id.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Classification Report � test_id
|
| 2 |
+
======================================================================
|
| 3 |
+
|
| 4 |
+
precision recall f1-score support
|
| 5 |
+
|
| 6 |
+
Non-Gaslighting 0.7662 0.8551 0.8082 69
|
| 7 |
+
Gaslighting 0.8413 0.7465 0.7910 71
|
| 8 |
+
|
| 9 |
+
accuracy 0.8000 140
|
| 10 |
+
macro avg 0.8038 0.8008 0.7996 140
|
| 11 |
+
weighted avg 0.8043 0.8000 0.7995 140
|
config.json
CHANGED
|
@@ -34,7 +34,6 @@
|
|
| 34 |
"pooler_num_fc_layers": 3,
|
| 35 |
"pooler_size_per_head": 128,
|
| 36 |
"pooler_type": "first_token_transform",
|
| 37 |
-
"problem_type": "single_label_classification",
|
| 38 |
"tie_word_embeddings": true,
|
| 39 |
"transformers_version": "5.0.0",
|
| 40 |
"type_vocab_size": 2,
|
|
|
|
| 34 |
"pooler_num_fc_layers": 3,
|
| 35 |
"pooler_size_per_head": 128,
|
| 36 |
"pooler_type": "first_token_transform",
|
|
|
|
| 37 |
"tie_word_embeddings": true,
|
| 38 |
"transformers_version": "5.0.0",
|
| 39 |
"type_vocab_size": 2,
|
confusion_matrix_test_id.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
,Non-Gaslighting,Gaslighting
|
| 2 |
+
Non-Gaslighting,59,10
|
| 3 |
+
Gaslighting,18,53
|
evaluation_results.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"val": {
|
| 3 |
+
"loss": 0.4352630376815796,
|
| 4 |
+
"accuracy": 0.8129496402877698,
|
| 5 |
+
"gaslighting_precision": 0.8793103448275862,
|
| 6 |
+
"gaslighting_recall": 0.7285714285714285,
|
| 7 |
+
"gaslighting_f1": 0.796875,
|
| 8 |
+
"macro_f1": 0.8117708333333333,
|
| 9 |
+
"roc_auc": 0.8641821946169772,
|
| 10 |
+
"mcc": 0.6358712680184226,
|
| 11 |
+
"runtime": 12.6858,
|
| 12 |
+
"samples_per_second": 10.957,
|
| 13 |
+
"steps_per_second": 0.709,
|
| 14 |
+
"epoch": 8.0
|
| 15 |
+
},
|
| 16 |
+
"test_id": {
|
| 17 |
+
"loss": 0.4768580198287964,
|
| 18 |
+
"accuracy": 0.8,
|
| 19 |
+
"gaslighting_precision": 0.8412698412698413,
|
| 20 |
+
"gaslighting_recall": 0.7464788732394366,
|
| 21 |
+
"gaslighting_f1": 0.7910447761194029,
|
| 22 |
+
"macro_f1": 0.7996319771007974,
|
| 23 |
+
"roc_auc": 0.8361910593998776,
|
| 24 |
+
"mcc": 0.604520146339811,
|
| 25 |
+
"runtime": 12.7427,
|
| 26 |
+
"samples_per_second": 10.987,
|
| 27 |
+
"steps_per_second": 0.706,
|
| 28 |
+
"epoch": 8.0
|
| 29 |
+
}
|
| 30 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 669455336
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad8fd496ca97004f4275d6c5aefa2bedf448865e419053604767097b3841f702
|
| 3 |
size 669455336
|
tokenizer.json
CHANGED
|
@@ -6,16 +6,7 @@
|
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
-
"padding":
|
| 10 |
-
"strategy": {
|
| 11 |
-
"Fixed": 128
|
| 12 |
-
},
|
| 13 |
-
"direction": "Right",
|
| 14 |
-
"pad_to_multiple_of": null,
|
| 15 |
-
"pad_id": 0,
|
| 16 |
-
"pad_type_id": 0,
|
| 17 |
-
"pad_token": "[PAD]"
|
| 18 |
-
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
|
|
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
| 12 |
"id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5265
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7902f385de37dab1699b7f4326d1aa15f86234dd5099d61030416b61570a812
|
| 3 |
size 5265
|