sblank commited on
Commit
40fa399
1 Parent(s): 65e10d6

Add label dict and model

Browse files
config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "directionality": "bidi",
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16",
29
+ "17": "LABEL_17",
30
+ "18": "LABEL_18",
31
+ "19": "LABEL_19",
32
+ "20": "LABEL_20",
33
+ "21": "LABEL_21",
34
+ "22": "LABEL_22",
35
+ "23": "LABEL_23",
36
+ "24": "LABEL_24",
37
+ "25": "LABEL_25",
38
+ "26": "LABEL_26",
39
+ "27": "LABEL_27",
40
+ "28": "LABEL_28",
41
+ "29": "LABEL_29",
42
+ "30": "LABEL_30"
43
+ },
44
+ "initializer_range": 0.02,
45
+ "intermediate_size": 3072,
46
+ "label2id": {
47
+ "LABEL_0": 0,
48
+ "LABEL_1": 1,
49
+ "LABEL_10": 10,
50
+ "LABEL_11": 11,
51
+ "LABEL_12": 12,
52
+ "LABEL_13": 13,
53
+ "LABEL_14": 14,
54
+ "LABEL_15": 15,
55
+ "LABEL_16": 16,
56
+ "LABEL_17": 17,
57
+ "LABEL_18": 18,
58
+ "LABEL_19": 19,
59
+ "LABEL_2": 2,
60
+ "LABEL_20": 20,
61
+ "LABEL_21": 21,
62
+ "LABEL_22": 22,
63
+ "LABEL_23": 23,
64
+ "LABEL_24": 24,
65
+ "LABEL_25": 25,
66
+ "LABEL_26": 26,
67
+ "LABEL_27": 27,
68
+ "LABEL_28": 28,
69
+ "LABEL_29": 29,
70
+ "LABEL_3": 3,
71
+ "LABEL_30": 30,
72
+ "LABEL_4": 4,
73
+ "LABEL_5": 5,
74
+ "LABEL_6": 6,
75
+ "LABEL_7": 7,
76
+ "LABEL_8": 8,
77
+ "LABEL_9": 9
78
+ },
79
+ "layer_norm_eps": 1e-12,
80
+ "max_position_embeddings": 512,
81
+ "model_type": "bert",
82
+ "num_attention_heads": 12,
83
+ "num_hidden_layers": 12,
84
+ "pad_token_id": 0,
85
+ "pooler_fc_size": 768,
86
+ "pooler_num_attention_heads": 12,
87
+ "pooler_num_fc_layers": 3,
88
+ "pooler_size_per_head": 128,
89
+ "pooler_type": "first_token_transform",
90
+ "type_vocab_size": 2,
91
+ "vocab_size": 119547
92
+ }
label_dict.json ADDED
@@ -0,0 +1 @@
 
1
+ {"neo.magnetklammern": 0, "neo.start": 1, "neo.back": 2, "neo.gearbox": 3, "neo.motor.brushcollar": 4, "neo.motor.worm": 5, "neo.magnet": 6, "neo.magnetisierung": 7, "neo.motor": 8, "neo.verschaubung": 9, "neo.zusammenfuehrung": 10, "neo.zahnradgross": 11, "neo.zahnradklein": 12, "neo.yes": 13, "neo.no": 14, "neo.einpressen": 15, "neo.motor.anchor": 16, "neo.sinterbuchse": 17, "neo.motor.housing": 18, "neo.magnet.magnet": 19, "neo.hello": 20, "neo.help": 21, "neo.cancel": 22, "neo.anlaufscheibe": 23, "neo.anker": 24, "neo.buerstentraegerfalschmontiert": 25, "neo.buerstentraegerdefekt": 26, "neo.getriebedeckel": 27, "neo.gehause": 28, "neo.schraube": 29, "undefined": 30}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc1462be5337843f698241ab358973d8072d034ab150c3f38078832b8896e09c
3
+ size 711594048
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, "model_max_length": 512}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff