fabhiansan commited on
Commit
ea8daac
·
verified ·
1 Parent(s): a087686

Upload folder using huggingface_hub

Browse files
evaluation_results_notebook.json CHANGED
@@ -1,46 +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
  }
 
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:ef526cf16b45ac9215c379bf366aa9179c4ea9d5617b4bca5f3089149496a30b
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:f0af93c18d81c91d8e158c6b1c864ed5ad53af52108f9f8be5e555c7ed5123e1
3
- size 2681480237
 
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": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.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
  }
 
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
  }