dibustosl commited on
Commit
b1f932e
·
verified ·
1 Parent(s): 2b6338b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -5
config.json CHANGED
@@ -1,7 +1,11 @@
1
  {
2
- "architectures": ["TFModel"],
3
- "num_labels": 5,
4
- "model_type": "tensorflow",
5
- "framework": "tensorflow",
6
- "task": "image-classification",
 
 
 
 
7
  }
 
1
  {
2
+ "architectures": [
3
+ "TFModel"
4
+ ],
5
+ "model_type": "tensorflow",
6
+ "num_labels": 5,
7
+ "input_shape": [224, 224, 3],
8
+ "task": "image-classification",
9
+ "framework": "tensorflow",
10
+ "use_cache": false
11
  }