Ysfii-Dev commited on
Commit
84dedbd
·
verified ·
1 Parent(s): 4ccb8a5

Upload config_info.json

Browse files
Files changed (1) hide show
  1. config_info.json +31 -0
config_info.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "label2id": {
3
+ "B-DESC": 0,
4
+ "B-INFRA": 1,
5
+ "B-LOC": 2,
6
+ "B-PROB": 3,
7
+ "B-SEV": 4,
8
+ "B-TIME": 5,
9
+ "I-DESC": 6,
10
+ "I-INFRA": 7,
11
+ "I-LOC": 8,
12
+ "I-PROB": 9,
13
+ "O": 10
14
+ },
15
+ "id2label": {
16
+ "0": "B-DESC",
17
+ "1": "B-INFRA",
18
+ "2": "B-LOC",
19
+ "3": "B-PROB",
20
+ "4": "B-SEV",
21
+ "5": "B-TIME",
22
+ "6": "I-DESC",
23
+ "7": "I-INFRA",
24
+ "8": "I-LOC",
25
+ "9": "I-PROB",
26
+ "10": "O"
27
+ },
28
+ "num_labels": 11,
29
+ "preprocessing_applied": true,
30
+ "model_version": "with_text_preprocessing"
31
+ }