Reem Ali Suwaileh commited on
Commit
7bb8372
1 Parent(s): 4db11f9

Added model files

Browse files
config.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": null,
7
+ "directionality": "bidi",
8
+ "do_sample": false,
9
+ "eos_token_ids": null,
10
+ "finetuning_task": null,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "B-CONT",
16
+ "1": "B-CTRY",
17
+ "10": "B-ST",
18
+ "11": "B-OTHR",
19
+ "12": "I-CONT",
20
+ "13": "I-CTRY",
21
+ "14": "I-STAT",
22
+ "15": "I-CNTY",
23
+ "16": "I-CITY",
24
+ "17": "I-DIST",
25
+ "18": "I-NBHD",
26
+ "19": "I-ISL",
27
+ "2": "B-STAT",
28
+ "20": "I-NPOI",
29
+ "21": "I-HPOI",
30
+ "22": "I-ST",
31
+ "23": "I-OTHR",
32
+ "24": "L-CONT",
33
+ "25": "L-CTRY",
34
+ "26": "L-STAT",
35
+ "27": "L-CNTY",
36
+ "28": "L-CITY",
37
+ "29": "L-DIST",
38
+ "3": "B-CNTY",
39
+ "30": "L-NBHD",
40
+ "31": "L-ISL",
41
+ "32": "L-NPOI",
42
+ "33": "L-HPOI",
43
+ "34": "L-ST",
44
+ "35": "L-OTHR",
45
+ "36": "U-CONT",
46
+ "37": "U-CTRY",
47
+ "38": "U-STAT",
48
+ "39": "U-CNTY",
49
+ "4": "B-CITY",
50
+ "40": "U-CITY",
51
+ "41": "U-DIST",
52
+ "42": "U-NBHD",
53
+ "43": "U-ISL",
54
+ "44": "U-NPOI",
55
+ "45": "U-HPOI",
56
+ "46": "U-ST",
57
+ "47": "U-OTHR",
58
+ "48": "O",
59
+ "5": "B-DIST",
60
+ "6": "B-NBHD",
61
+ "7": "B-ISL",
62
+ "8": "B-NPOI",
63
+ "9": "B-HPOI"
64
+ },
65
+ "initializer_range": 0.02,
66
+ "intermediate_size": 4096,
67
+ "is_decoder": false,
68
+ "label2id": {
69
+ "B-CITY": 4,
70
+ "B-CNTY": 3,
71
+ "B-CONT": 0,
72
+ "B-CTRY": 1,
73
+ "B-DIST": 5,
74
+ "B-HPOI": 9,
75
+ "B-ISL": 7,
76
+ "B-NBHD": 6,
77
+ "B-NPOI": 8,
78
+ "B-OTHR": 11,
79
+ "B-ST": 10,
80
+ "B-STAT": 2,
81
+ "I-CITY": 16,
82
+ "I-CNTY": 15,
83
+ "I-CONT": 12,
84
+ "I-CTRY": 13,
85
+ "I-DIST": 17,
86
+ "I-HPOI": 21,
87
+ "I-ISL": 19,
88
+ "I-NBHD": 18,
89
+ "I-NPOI": 20,
90
+ "I-OTHR": 23,
91
+ "I-ST": 22,
92
+ "I-STAT": 14,
93
+ "L-CITY": 28,
94
+ "L-CNTY": 27,
95
+ "L-CONT": 24,
96
+ "L-CTRY": 25,
97
+ "L-DIST": 29,
98
+ "L-HPOI": 33,
99
+ "L-ISL": 31,
100
+ "L-NBHD": 30,
101
+ "L-NPOI": 32,
102
+ "L-OTHR": 35,
103
+ "L-ST": 34,
104
+ "L-STAT": 26,
105
+ "O": 48,
106
+ "U-CITY": 40,
107
+ "U-CNTY": 39,
108
+ "U-CONT": 36,
109
+ "U-CTRY": 37,
110
+ "U-DIST": 41,
111
+ "U-HPOI": 45,
112
+ "U-ISL": 43,
113
+ "U-NBHD": 42,
114
+ "U-NPOI": 44,
115
+ "U-OTHR": 47,
116
+ "U-ST": 46,
117
+ "U-STAT": 38
118
+ },
119
+ "layer_norm_eps": 1e-12,
120
+ "length_penalty": 1.0,
121
+ "max_length": 20,
122
+ "max_position_embeddings": 512,
123
+ "model_type": "bert",
124
+ "num_attention_heads": 16,
125
+ "num_beams": 1,
126
+ "num_hidden_layers": 24,
127
+ "num_labels": 49,
128
+ "num_return_sequences": 1,
129
+ "output_attentions": false,
130
+ "output_hidden_states": false,
131
+ "output_past": true,
132
+ "pad_token_id": 0,
133
+ "pooler_fc_size": 768,
134
+ "pooler_num_attention_heads": 12,
135
+ "pooler_num_fc_layers": 3,
136
+ "pooler_size_per_head": 128,
137
+ "pooler_type": "first_token_transform",
138
+ "pruned_heads": {},
139
+ "repetition_penalty": 1.0,
140
+ "temperature": 1.0,
141
+ "top_k": 50,
142
+ "top_p": 1.0,
143
+ "torchscript": false,
144
+ "type_vocab_size": 2,
145
+ "use_bfloat16": false,
146
+ "vocab_size": 28996
147
+ }
eval_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
eval_results.txt ADDED
File without changes
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d70d0beb7dfc87c10578b4acb30c74f601663d2d2978561c0a9db208ef2df5
3
+ size 1334617533
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "cls_token": "[CLS]", "mask_token": "[MASK]", "pad_token": "[PAD]", "sep_token": "[SEP]"}
test_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
test_results.txt ADDED
File without changes
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "max_len": 512}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f548aa164d20e4926b3fdbf1306bdbccfbac01b585056f18dd1f2559c441a35
3
+ size 1402
vocab.txt ADDED
The diff for this file is too large to render. See raw diff