FDSRashid commited on
Commit
547af20
ยท
verified ยท
1 Parent(s): 6e0d460

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -12,8 +12,8 @@
12
  "0": "[CLS]",
13
  "1": "[SEP]",
14
  "2": "O",
15
- "3": "B-PER",
16
- "4": "I-PER"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
@@ -21,8 +21,8 @@
21
  "[CLS]": 0,
22
  "[SEP]": 1,
23
  "O": 2,
24
- "B-PER": 3,
25
- "I-PER": 4
26
  },
27
  "layer_norm_eps": 1e-12,
28
  "max_position_embeddings": 512,
 
12
  "0": "[CLS]",
13
  "1": "[SEP]",
14
  "2": "O",
15
+ "3": "B-NAR",
16
+ "4": "I-NAR"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
 
21
  "[CLS]": 0,
22
  "[SEP]": 1,
23
  "O": 2,
24
+ "B-NAR": 3,
25
+ "I-NAR": 4
26
  },
27
  "layer_norm_eps": 1e-12,
28
  "max_position_embeddings": 512,