sblank commited on
Commit
a0fcbfd
1 Parent(s): 6b443e9

Add label dict and model

Browse files
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_10": 10,
41
+ "LABEL_11": 11,
42
+ "LABEL_12": 12,
43
+ "LABEL_13": 13,
44
+ "LABEL_14": 14,
45
+ "LABEL_15": 15,
46
+ "LABEL_16": 16,
47
+ "LABEL_17": 17,
48
+ "LABEL_18": 18,
49
+ "LABEL_19": 19,
50
+ "LABEL_2": 2,
51
+ "LABEL_20": 20,
52
+ "LABEL_21": 21,
53
+ "LABEL_3": 3,
54
+ "LABEL_4": 4,
55
+ "LABEL_5": 5,
56
+ "LABEL_6": 6,
57
+ "LABEL_7": 7,
58
+ "LABEL_8": 8,
59
+ "LABEL_9": 9
60
+ },
61
+ "layer_norm_eps": 1e-12,
62
+ "max_position_embeddings": 512,
63
+ "model_type": "bert",
64
+ "num_attention_heads": 12,
65
+ "num_hidden_layers": 12,
66
+ "pad_token_id": 0,
67
+ "pooler_fc_size": 768,
68
+ "pooler_num_attention_heads": 12,
69
+ "pooler_num_fc_layers": 3,
70
+ "pooler_size_per_head": 128,
71
+ "pooler_type": "first_token_transform",
72
+ "type_vocab_size": 2,
73
+ "vocab_size": 119547
74
+ }
label_dict.json ADDED
@@ -0,0 +1 @@
 
1
+ {"details.address": 0, "tour.postcode.select": 1, "tour.finish": 2, "details.safeplace": 3, "details.preferedNeighbour": 4, "details.avoidNeighbour": 5, "tour.job.collected": 6, "no": 7, "yes": 8, "tour.start": 9, "tour.details": 10, "tour.job.signature": 11, "tour.job.delivered": 12, "select": 13, "tour.job.safePlace": 14, "safeplace": 15, "navigate": 16, "tour.job.carriedForward": 17, "tour.job.failed": 18, "help": 19, "navigate.back": 20, "undefined": 21}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cec014a13b4f5ac65a6574a55d06c394953b29d1dc108aae64f49fb5e5ce52d
3
+ size 711566336
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