nateraw commited on
Commit
b303400
1 Parent(s): 6fa64cc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -1 +1,6 @@
1
- {"labels": ["Cat", "Dog"]}
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "Cat",
4
+ "1": "Dog"
5
+ }
6
+ }