rudrashah commited on
Commit
b933cd6
1 Parent(s): d34e7d4

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "Food",
4
+ "1": "Not Food"
5
+ }
6
+ }