acram commited on
Commit
0212cc0
·
verified ·
1 Parent(s): e22db98

Upload 4 files

Browse files
dataset/label_mapping.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "O": 0,
3
+ "B-NAME_STUDENT": 1,
4
+ "I-NAME_STUDENT": 2,
5
+ "B-STREET_ADDRESS": 3,
6
+ "I-STREET_ADDRESS": 4,
7
+ "B-USERNAME": 5,
8
+ "B-EMAIL": 6,
9
+ "B-URL_PERSONAL": 7,
10
+ "B-PHONE_NUM": 8,
11
+ "B-DRIVING_LICENSE": 9,
12
+ "B-PASSPORT": 10,
13
+ "B-PAN_NUMBER": 11,
14
+ "B-ID_NUM": 12,
15
+ "B-AADHAR_ID": 13
16
+ }
dataset/test.json ADDED
The diff for this file is too large to render. See raw diff
 
dataset/train.json ADDED
The diff for this file is too large to render. See raw diff
 
dataset/valid.json ADDED
The diff for this file is too large to render. See raw diff