sblank commited on
Commit
c4dd343
1 Parent(s): 59111b2

Add label dict and model

Browse files
config.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "gradient_checkpointing": false,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "LABEL_0",
12
+ "1": "LABEL_1",
13
+ "2": "LABEL_2",
14
+ "3": "LABEL_3",
15
+ "4": "LABEL_4",
16
+ "5": "LABEL_5",
17
+ "6": "LABEL_6",
18
+ "7": "LABEL_7",
19
+ "8": "LABEL_8",
20
+ "9": "LABEL_9",
21
+ "10": "LABEL_10",
22
+ "11": "LABEL_11",
23
+ "12": "LABEL_12",
24
+ "13": "LABEL_13",
25
+ "14": "LABEL_14",
26
+ "15": "LABEL_15",
27
+ "16": "LABEL_16",
28
+ "17": "LABEL_17",
29
+ "18": "LABEL_18",
30
+ "19": "LABEL_19",
31
+ "20": "LABEL_20",
32
+ "21": "LABEL_21",
33
+ "22": "LABEL_22",
34
+ "23": "LABEL_23",
35
+ "24": "LABEL_24",
36
+ "25": "LABEL_25",
37
+ "26": "LABEL_26",
38
+ "27": "LABEL_27",
39
+ "28": "LABEL_28",
40
+ "29": "LABEL_29",
41
+ "30": "LABEL_30",
42
+ "31": "LABEL_31",
43
+ "32": "LABEL_32",
44
+ "33": "LABEL_33",
45
+ "34": "LABEL_34",
46
+ "35": "LABEL_35",
47
+ "36": "LABEL_36",
48
+ "37": "LABEL_37",
49
+ "38": "LABEL_38",
50
+ "39": "LABEL_39",
51
+ "40": "LABEL_40"
52
+ },
53
+ "initializer_range": 0.02,
54
+ "intermediate_size": 3072,
55
+ "label2id": {
56
+ "LABEL_0": 0,
57
+ "LABEL_1": 1,
58
+ "LABEL_10": 10,
59
+ "LABEL_11": 11,
60
+ "LABEL_12": 12,
61
+ "LABEL_13": 13,
62
+ "LABEL_14": 14,
63
+ "LABEL_15": 15,
64
+ "LABEL_16": 16,
65
+ "LABEL_17": 17,
66
+ "LABEL_18": 18,
67
+ "LABEL_19": 19,
68
+ "LABEL_2": 2,
69
+ "LABEL_20": 20,
70
+ "LABEL_21": 21,
71
+ "LABEL_22": 22,
72
+ "LABEL_23": 23,
73
+ "LABEL_24": 24,
74
+ "LABEL_25": 25,
75
+ "LABEL_26": 26,
76
+ "LABEL_27": 27,
77
+ "LABEL_28": 28,
78
+ "LABEL_29": 29,
79
+ "LABEL_3": 3,
80
+ "LABEL_30": 30,
81
+ "LABEL_31": 31,
82
+ "LABEL_32": 32,
83
+ "LABEL_33": 33,
84
+ "LABEL_34": 34,
85
+ "LABEL_35": 35,
86
+ "LABEL_36": 36,
87
+ "LABEL_37": 37,
88
+ "LABEL_38": 38,
89
+ "LABEL_39": 39,
90
+ "LABEL_4": 4,
91
+ "LABEL_40": 40,
92
+ "LABEL_5": 5,
93
+ "LABEL_6": 6,
94
+ "LABEL_7": 7,
95
+ "LABEL_8": 8,
96
+ "LABEL_9": 9
97
+ },
98
+ "layer_norm_eps": 1e-12,
99
+ "max_position_embeddings": 512,
100
+ "model_type": "bert",
101
+ "num_attention_heads": 12,
102
+ "num_hidden_layers": 12,
103
+ "pad_token_id": 0,
104
+ "type_vocab_size": 2,
105
+ "vocab_size": 32000
106
+ }
label_dict.json ADDED
@@ -0,0 +1 @@
 
1
+ {"corona.traffic": 0, "corona.supplies": 1, "corona.quarantine": 2, "corona.masks": 3, "corona.illness": 4, "corona.package": 5, "corona.vaccine": 6, "corona.rumors": 7, "corona.risk": 8, "corona.course": 9, "corona.symptoms": 10, "corona.patients": 11, "corona.deathRate": 12, "corona.infect": 13, "corona.protect": 14, "corona.definition": 15, "neo.feeling": 16, "neo.hello": 17, "neo.introduce": 18, "neo.help": 19, "corona.ibuprofen": 20, "neo.sucks": 21, "neo.joke": 22, "neo.thanks": 23, "neo.wyd": 24, "neo.yes": 25, "neo.no": 26, "neo.report": 27, "neo.sorry": 28, "neo.age": 29, "neo.home": 30, "corona.warn-app": 31, "corona.test": 32, "corona.contact": 33, "corona.event": 34, "corona.fahrradpruefung": 35, "corona.leisure": 36, "corona.notbetreuung": 37, "corona.travel": 38, "regio.taxes.help": 39, "undefined": 40}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac803a0d36ca32e844a86d7e463b96eb548b7a2cd3fc9611a951bc2b410c437d
3
+ size 442680384
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "max_len": 512, "strip_accents": false, "special_tokens_map_file": null, "full_tokenizer_file": null}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff