launchaddict commited on
Commit
d3dd06d
·
verified ·
1 Parent(s): e9e21fa

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "allow",
15
+ "1": "review",
16
+ "2": "block"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "allow": 0,
21
+ "block": 2,
22
+ "review": 1
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "output_past": true,
29
+ "pad_token_id": 0,
30
+ "problem_type": "single_label_classification",
31
+ "qa_dropout": 0.1,
32
+ "seq_classif_dropout": 0.2,
33
+ "sinusoidal_pos_embds": false,
34
+ "tie_weights_": true,
35
+ "tie_word_embeddings": true,
36
+ "transformers_version": "5.9.0",
37
+ "use_cache": false,
38
+ "vocab_size": 119547
39
+ }
label_mapping.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "label2id": {
3
+ "allow": 0,
4
+ "review": 1,
5
+ "block": 2
6
+ },
7
+ "id2label": {
8
+ "0": "allow",
9
+ "1": "review",
10
+ "2": "block"
11
+ }
12
+ }
metrics.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_loss": 0.1083219051361084,
3
+ "eval_accuracy": 1.0,
4
+ "eval_f1_macro": 1.0,
5
+ "eval_runtime": 0.0536,
6
+ "eval_samples_per_second": 224.068,
7
+ "eval_steps_per_second": 37.345,
8
+ "epoch": 10.0
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c2dfb5459ca343d833aa4fce797b7e0f0a05e91d4a7db0be16f1d140555e3f1
3
+ size 541320452
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "is_local": false,
6
+ "local_files_only": false,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 512,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6c1ff632be25a78653d3da6db05f33c6d07ba0ff12ffd903a74b0345217bf58
3
+ size 5265