Tokyosaurus commited on
Commit
176fd4e
·
verified ·
1 Parent(s): ed17573

Upload folder using huggingface_hub

Browse files
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.7778 0.7887 0.7832 71
7
+ Gaslighting 0.7761 0.7647 0.7704 68
8
+
9
+ accuracy 0.7770 139
10
+ macro avg 0.7769 0.7767 0.7768 139
11
+ weighted avg 0.7770 0.7770 0.7769 139
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": 2,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "Non-Gaslighting",
17
+ "1": "Gaslighting"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "is_decoder": false,
22
+ "label2id": {
23
+ "Gaslighting": 1,
24
+ "Non-Gaslighting": 0
25
+ },
26
+ "layer_norm_eps": 1e-05,
27
+ "max_position_embeddings": 514,
28
+ "model_type": "roberta",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "tie_word_embeddings": true,
34
+ "transformers_version": "5.0.0",
35
+ "type_vocab_size": 1,
36
+ "use_cache": false,
37
+ "vocab_size": 30000
38
+ }
confusion_matrix_test_id.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ,Non-Gaslighting,Gaslighting
2
+ Non-Gaslighting,56,15
3
+ Gaslighting,16,52
evaluation_results.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "val": {
3
+ "loss": 0.4802882671356201,
4
+ "accuracy": 0.8461538461538461,
5
+ "gaslighting_precision": 0.8571428571428571,
6
+ "gaslighting_recall": 0.8333333333333334,
7
+ "gaslighting_f1": 0.8450704225352113,
8
+ "macro_f1": 0.8461463223787167,
9
+ "roc_auc": 0.9079616588419406,
10
+ "mcc": 0.6926237659475927,
11
+ "runtime": 11.8064,
12
+ "samples_per_second": 12.112,
13
+ "steps_per_second": 0.762,
14
+ "epoch": 8.0
15
+ },
16
+ "test_id": {
17
+ "loss": 0.5270387530326843,
18
+ "accuracy": 0.7769784172661871,
19
+ "gaslighting_precision": 0.7761194029850746,
20
+ "gaslighting_recall": 0.7647058823529411,
21
+ "gaslighting_f1": 0.7703703703703704,
22
+ "macro_f1": 0.7767935767935767,
23
+ "roc_auc": 0.8905343827671914,
24
+ "mcc": 0.553667681196024,
25
+ "runtime": 12.0442,
26
+ "samples_per_second": 11.541,
27
+ "steps_per_second": 0.747,
28
+ "epoch": 8.0
29
+ }
30
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8330a0234f4b4f5d8fa2cc9c91f100b3cc8d23a8c93b7a17997aac41dcc5687e
3
+ size 436358704
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<s>",
5
+ "cls_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "errors": "replace",
8
+ "is_local": false,
9
+ "mask_token": "<mask>",
10
+ "model_max_length": 1000000000000000019884624838656,
11
+ "pad_token": "<pad>",
12
+ "sep_token": "</s>",
13
+ "tokenizer_class": "RobertaTokenizer",
14
+ "trim_offsets": true,
15
+ "unk_token": "<unk>"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b8da125920b3f96c9a47bc0894ee055320fdd4dff69a1b685c5e19070c32918
3
+ size 5329