Vrk commited on
Commit
092daa1
1 Parent(s): cbb407f

Encoder Data

Browse files
Files changed (1) hide show
  1. label_encoder.json +9 -0
label_encoder.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "class_to_index": {
3
+ "BACKGROUND": 0,
4
+ "CONCLUSIONS": 1,
5
+ "METHODS": 2,
6
+ "OBJECTIVE": 3,
7
+ "RESULTS": 4
8
+ }
9
+ }