AhmadMughal commited on
Commit
c43c01d
·
verified ·
1 Parent(s): 9b5e2c5

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "vit",
3
+ "num_labels": 2,
4
+ "id2label": {
5
+ "0": "class_0",
6
+ "1": "class_1"
7
+ },
8
+ "label2id": {
9
+ "class_0": 0,
10
+ "class_1": 1
11
+ }
12
+ }