fabhiansan commited on
Commit
14ee20b
·
verified ·
1 Parent(s): 0c814fe

Upload folder using huggingface_hub

Browse files
evaluation_results_notebook.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_samples": 13877,
3
+ "accuracy": 0.8366361605534337,
4
+ "macro_precision": 0.7991458439963597,
5
+ "macro_recall": 0.8202124559283169,
6
+ "macro_f1": 0.8079903233813205,
7
+ "average_loss": 1.0951139475907463,
8
+ "classification_report": {
9
+ "label_0": {
10
+ "precision": 0.9066139544823165,
11
+ "recall": 0.8589795505162988,
12
+ "f1-score": 0.8821541820450174,
13
+ "support": 9878.0
14
+ },
15
+ "label_1": {
16
+ "precision": 0.6916777335104028,
17
+ "recall": 0.781445361340335,
18
+ "f1-score": 0.7338264647176236,
19
+ "support": 3999.0
20
+ },
21
+ "accuracy": 0.8366361605534337,
22
+ "macro avg": {
23
+ "precision": 0.7991458439963597,
24
+ "recall": 0.8202124559283169,
25
+ "f1-score": 0.8079903233813205,
26
+ "support": 13877.0
27
+ },
28
+ "weighted avg": {
29
+ "precision": 0.8446747783155164,
30
+ "recall": 0.8366361605534337,
31
+ "f1-score": 0.8394098899363305,
32
+ "support": 13877.0
33
+ }
34
+ },
35
+ "confusion_matrix": [
36
+ [
37
+ 8485,
38
+ 1393
39
+ ],
40
+ [
41
+ 874,
42
+ 3125
43
+ ]
44
+ ],
45
+ "evaluation_duration_seconds": 601.2647964954376
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef526cf16b45ac9215c379bf366aa9179c4ea9d5617b4bca5f3089149496a30b
3
+ size 1340622760
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0af93c18d81c91d8e158c6b1c864ed5ad53af52108f9f8be5e555c7ed5123e1
3
+ size 2681480237
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
test_metrics.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.9129205120571598,
3
+ "macro_precision": 0.9052220320834325,
4
+ "macro_recall": 0.8766231236407768,
5
+ "macro_f1": 0.8893040191206835,
6
+ "average_loss": 0.5746491376413663,
7
+ "train_loss_sample_weighted": 0.07019188567586254,
8
+ "classification_report_str": " precision recall f1-score support\n\n label_0 0.92 0.96 0.94 4806\n label_1 0.89 0.79 0.84 1912\n\n accuracy 0.91 6718\n macro avg 0.91 0.88 0.89 6718\nweighted avg 0.91 0.91 0.91 6718\n"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
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
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff