Upload config.json
Browse files- config.json +63 -0
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ai4bharat/indic-bert",
|
3 |
+
"architectures": [
|
4 |
+
"AlbertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0,
|
7 |
+
"bos_token_id": 2,
|
8 |
+
"classifier_dropout_prob": 0.1,
|
9 |
+
"down_scale_factor": 1,
|
10 |
+
"embedding_size": 128,
|
11 |
+
"eos_token_id": 3,
|
12 |
+
"gap_size": 0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_dropout_prob": 0,
|
15 |
+
"hidden_size": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "O",
|
18 |
+
"1": "B-CW",
|
19 |
+
"2": "B-PROD",
|
20 |
+
"3": "B-PER",
|
21 |
+
"4": "I-PER",
|
22 |
+
"5": "I-PROD",
|
23 |
+
"6": "B-LOC",
|
24 |
+
"7": "B-CORP",
|
25 |
+
"8": "I-CORP",
|
26 |
+
"9": "B-GRP",
|
27 |
+
"10": "I-GRP",
|
28 |
+
"11": "I-CW",
|
29 |
+
"12": "I-LOC"
|
30 |
+
},
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"inner_group_num": 1,
|
33 |
+
"intermediate_size": 3072,
|
34 |
+
"label2id": {
|
35 |
+
"B-CORP": 7,
|
36 |
+
"B-CW": 1,
|
37 |
+
"B-GRP": 9,
|
38 |
+
"B-LOC": 6,
|
39 |
+
"B-PER": 3,
|
40 |
+
"B-PROD": 2,
|
41 |
+
"I-CORP": 8,
|
42 |
+
"I-CW": 11,
|
43 |
+
"I-GRP": 10,
|
44 |
+
"I-LOC": 12,
|
45 |
+
"I-PER": 4,
|
46 |
+
"I-PROD": 5,
|
47 |
+
"O": 0
|
48 |
+
},
|
49 |
+
"layer_norm_eps": 1e-12,
|
50 |
+
"max_position_embeddings": 512,
|
51 |
+
"model_type": "albert",
|
52 |
+
"net_structure_type": 0,
|
53 |
+
"num_attention_heads": 12,
|
54 |
+
"num_hidden_groups": 1,
|
55 |
+
"num_hidden_layers": 12,
|
56 |
+
"num_memory_blocks": 0,
|
57 |
+
"pad_token_id": 0,
|
58 |
+
"position_embedding_type": "absolute",
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.18.0",
|
61 |
+
"type_vocab_size": 2,
|
62 |
+
"vocab_size": 200000
|
63 |
+
}
|