urimgfrnd commited on
Commit
e60f435
·
verified ·
1 Parent(s): 1b62b58

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "custom_cnn",
3
+ "num_labels": 5,
4
+ "id2label": {
5
+ "0": "label_0",
6
+ "1": "label_1",
7
+ "2": "label_2",
8
+ "3": "label_3",
9
+ "4": "label_4"
10
+ },
11
+ "label2id": {
12
+ "label_0": 0,
13
+ "label_1": 1,
14
+ "label_2": 2,
15
+ "label_3": 3,
16
+ "label_4": 4
17
+ }
18
+ }