amehta633 commited on
Commit
9dc3ad1
1 Parent(s): 21df233

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": "Cat",
4
+ "1": "Dog"
5
+ }
6
+ }