hananour commited on
Commit
e961e2b
1 Parent(s): 5ccec34

Upload config

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -17,7 +17,8 @@
17
  "5": "B-PER",
18
  "6": "B-LOC",
19
  "7": "I-PER",
20
- "8": "I-LOC"
 
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
@@ -30,7 +31,8 @@
30
  "I-MISC": "2",
31
  "I-ORG": "3",
32
  "I-PER": "7",
33
- "O": "4"
 
34
  },
35
  "layer_norm_eps": 1e-12,
36
  "max_position_embeddings": 512,
 
17
  "5": "B-PER",
18
  "6": "B-LOC",
19
  "7": "I-PER",
20
+ "8": "I-LOC",
21
+ "9": "PAD"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
 
31
  "I-MISC": "2",
32
  "I-ORG": "3",
33
  "I-PER": "7",
34
+ "O": "4",
35
+ "PAD": "9"
36
  },
37
  "layer_norm_eps": 1e-12,
38
  "max_position_embeddings": 512,