sumitrsch commited on
Commit
6de5fb2
1 Parent(s): 1abbe20

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +56 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/muril-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-CW",
15
+ "2": "B-PROD",
16
+ "3": "B-PER",
17
+ "4": "I-PER",
18
+ "5": "I-PROD",
19
+ "6": "B-LOC",
20
+ "7": "B-CORP",
21
+ "8": "I-CORP",
22
+ "9": "B-GRP",
23
+ "10": "I-GRP",
24
+ "11": "I-CW",
25
+ "12": "I-LOC"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "B-CORP": 7,
31
+ "B-CW": 1,
32
+ "B-GRP": 9,
33
+ "B-LOC": 6,
34
+ "B-PER": 3,
35
+ "B-PROD": 2,
36
+ "I-CORP": 8,
37
+ "I-CW": 11,
38
+ "I-GRP": 10,
39
+ "I-LOC": 12,
40
+ "I-PER": 4,
41
+ "I-PROD": 5,
42
+ "O": 0
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "max_position_embeddings": 512,
46
+ "model_type": "bert",
47
+ "num_attention_heads": 12,
48
+ "num_hidden_layers": 12,
49
+ "pad_token_id": 0,
50
+ "position_embedding_type": "absolute",
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.18.0",
53
+ "type_vocab_size": 2,
54
+ "use_cache": true,
55
+ "vocab_size": 197285
56
+ }