AliFartout commited on
Commit
7f8dbe8
1 Parent(s): 7ac6349

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -21,7 +21,15 @@
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
- "label2id": {'O':0, 'B_PER':1, 'I_PER':2, 'B_ORG':3, 'I_ORG':4, 'B_LOC':5, 'I_LOC':6},
 
 
 
 
 
 
 
 
25
  "layer_norm_eps": 1e-05,
26
  "max_position_embeddings": 514,
27
  "model_type": "xlm-roberta",
 
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
+ "label2id": {
25
+ "O":0,
26
+ "B_PER":1,
27
+ "I_PER":2,
28
+ "B_ORG":3,
29
+ "I_ORG":4,
30
+ "B_LOC":5,
31
+ "I_LOC":6
32
+ },
33
  "layer_norm_eps": 1e-05,
34
  "max_position_embeddings": 514,
35
  "model_type": "xlm-roberta",