bhattronak
commited on
Commit
•
24cae5c
1
Parent(s):
27001a5
Upload DistilBertForTokenClassification
Browse files- config.json +58 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForTokenClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "B-HOUSE_NUMBER",
|
13 |
+
"1": "I-HOUSE_NUMBER",
|
14 |
+
"2": "B-STREET",
|
15 |
+
"3": "I-STREET",
|
16 |
+
"4": "B-AREA",
|
17 |
+
"5": "B-LANDMARK",
|
18 |
+
"6": "I-LANDMARK",
|
19 |
+
"7": "B-CITY",
|
20 |
+
"8": "B-STATE",
|
21 |
+
"9": "B-PINCODE",
|
22 |
+
"10": "B-BUILDING_NAME",
|
23 |
+
"11": "I-BUILDING_NAME",
|
24 |
+
"12": "I-AREA",
|
25 |
+
"13": "I-CITY",
|
26 |
+
"14": "I-STATE"
|
27 |
+
},
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"label2id": {
|
30 |
+
"B-AREA": 4,
|
31 |
+
"B-BUILDING_NAME": 10,
|
32 |
+
"B-CITY": 7,
|
33 |
+
"B-HOUSE_NUMBER": 0,
|
34 |
+
"B-LANDMARK": 5,
|
35 |
+
"B-PINCODE": 9,
|
36 |
+
"B-STATE": 8,
|
37 |
+
"B-STREET": 2,
|
38 |
+
"I-AREA": 12,
|
39 |
+
"I-BUILDING_NAME": 11,
|
40 |
+
"I-CITY": 13,
|
41 |
+
"I-HOUSE_NUMBER": 1,
|
42 |
+
"I-LANDMARK": 6,
|
43 |
+
"I-STATE": 14,
|
44 |
+
"I-STREET": 3
|
45 |
+
},
|
46 |
+
"max_position_embeddings": 512,
|
47 |
+
"model_type": "distilbert",
|
48 |
+
"n_heads": 12,
|
49 |
+
"n_layers": 6,
|
50 |
+
"pad_token_id": 0,
|
51 |
+
"qa_dropout": 0.1,
|
52 |
+
"seq_classif_dropout": 0.2,
|
53 |
+
"sinusoidal_pos_embds": false,
|
54 |
+
"tie_weights_": true,
|
55 |
+
"torch_dtype": "float32",
|
56 |
+
"transformers_version": "4.35.0",
|
57 |
+
"vocab_size": 30522
|
58 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c1f7e80af76fb668bae75d4ca1d5f1ebd56264232b62b0a1f46fbad1ee4585b
|
3 |
+
size 265510004
|