Token Classification
Transformers
Safetensors
English
bert
ner
named-entity-recognition
text-classification
transformer
pretrained-model
huggingface
real-time-inference
efficient-nlp
micro-nlp
chatbot
information-extraction
document-understanding
search-enhancement
medical-nlp
financial-nlp
legal-nlp
general-purpose-nlp
on-device-nlp
Delete config.json
Browse files- config.json +0 -112
config.json
DELETED
@@ -1,112 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"architectures": ["BertForTokenClassification"],
|
3 |
-
"attention_probs_dropout_prob": 0.1,
|
4 |
-
"classifier_dropout": null,
|
5 |
-
"hidden_act": "gelu",
|
6 |
-
"hidden_dropout_prob": 0.1,
|
7 |
-
"hidden_size": 128,
|
8 |
-
"id2label": {
|
9 |
-
"0": "O",
|
10 |
-
"1": "B-fromloc.city_name",
|
11 |
-
"2": "I-fromloc.city_name",
|
12 |
-
"3": "B-fromloc.state_name",
|
13 |
-
"4": "I-fromloc.state_name",
|
14 |
-
"5": "B-fromloc.country_name",
|
15 |
-
"6": "I-fromloc.country_name",
|
16 |
-
"7": "B-fromloc.address",
|
17 |
-
"8": "I-fromloc.address",
|
18 |
-
"9": "B-toloc.city_name",
|
19 |
-
"10": "I-toloc.city_name",
|
20 |
-
"11": "B-toloc.state_name",
|
21 |
-
"12": "I-toloc.state_name",
|
22 |
-
"13": "B-toloc.country_name",
|
23 |
-
"14": "I-toloc.country_name",
|
24 |
-
"15": "B-toloc.address",
|
25 |
-
"16": "I-toloc.address",
|
26 |
-
"17": "B-transportation_mode",
|
27 |
-
"18": "I-transportation_mode",
|
28 |
-
"19": "B-date",
|
29 |
-
"20": "I-date",
|
30 |
-
"21": "B-time",
|
31 |
-
"22": "I-time",
|
32 |
-
"23": "B-departure_time",
|
33 |
-
"24": "I-departure_time",
|
34 |
-
"25": "B-arrival_time",
|
35 |
-
"26": "I-arrival_time",
|
36 |
-
"27": "B-company_name",
|
37 |
-
"28": "I-company_name",
|
38 |
-
"29": "B-organization_name",
|
39 |
-
"30": "I-organization_name",
|
40 |
-
"31": "B-person_name",
|
41 |
-
"32": "I-person_name",
|
42 |
-
"33": "B-job_title",
|
43 |
-
"34": "I-job_title",
|
44 |
-
"35": "B-phone_number",
|
45 |
-
"36": "I-phone_number",
|
46 |
-
"37": "B-email",
|
47 |
-
"38": "I-email",
|
48 |
-
"39": "B-url",
|
49 |
-
"40": "I-url",
|
50 |
-
"41": "B-other",
|
51 |
-
"42": "I-other"
|
52 |
-
},
|
53 |
-
"initializer_range": 0.02,
|
54 |
-
"intermediate_size": 512,
|
55 |
-
"label2id": {
|
56 |
-
"B-arrival_time": 25,
|
57 |
-
"B-company_name": 27,
|
58 |
-
"B-date": 19,
|
59 |
-
"B-departure_time": 23,
|
60 |
-
"B-email": 37,
|
61 |
-
"B-fromloc.address": 7,
|
62 |
-
"B-fromloc.city_name": 1,
|
63 |
-
"B-fromloc.country_name": 5,
|
64 |
-
"B-fromloc.state_name": 3,
|
65 |
-
"B-job_title": 33,
|
66 |
-
"B-organization_name": 29,
|
67 |
-
"B-person_name": 31,
|
68 |
-
"B-phone_number": 35,
|
69 |
-
"B-time": 21,
|
70 |
-
"B-toloc.address": 15,
|
71 |
-
"B-toloc.city_name": 9,
|
72 |
-
"B-toloc.country_name": 13,
|
73 |
-
"B-toloc.state_name": 11,
|
74 |
-
"B-transportation_mode": 17,
|
75 |
-
"B-url": 39,
|
76 |
-
"B-other": 41,
|
77 |
-
"I-arrival_time": 26,
|
78 |
-
"I-company_name": 28,
|
79 |
-
"I-date": 20,
|
80 |
-
"I-departure_time": 24,
|
81 |
-
"I-email": 38,
|
82 |
-
"I-fromloc.address": 8,
|
83 |
-
"I-fromloc.city_name": 2,
|
84 |
-
"I-fromloc.country_name": 6,
|
85 |
-
"I-fromloc.state_name": 4,
|
86 |
-
"I-job_title": 34,
|
87 |
-
"I-organization_name": 30,
|
88 |
-
"I-person_name": 32,
|
89 |
-
"I-phone_number": 36,
|
90 |
-
"I-time": 22,
|
91 |
-
"I-toloc.address": 16,
|
92 |
-
"I-toloc.city_name": 10,
|
93 |
-
"I-toloc.country_name": 14,
|
94 |
-
"I-toloc.state_name": 12,
|
95 |
-
"I-transportation_mode": 18,
|
96 |
-
"I-url": 40,
|
97 |
-
"I-other": 42,
|
98 |
-
"O": 0
|
99 |
-
},
|
100 |
-
"layer_norm_eps": 1e-12,
|
101 |
-
"max_position_embeddings": 512,
|
102 |
-
"model_type": "bert",
|
103 |
-
"num_attention_heads": 2,
|
104 |
-
"num_hidden_layers": 4,
|
105 |
-
"pad_token_id": 0,
|
106 |
-
"position_embedding_type": "absolute",
|
107 |
-
"torch_dtype": "float32",
|
108 |
-
"transformers_version": "4.52.4",
|
109 |
-
"type_vocab_size": 2,
|
110 |
-
"use_cache": true,
|
111 |
-
"vocab_size": 30522
|
112 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|