milschla commited on
Commit
7b8e624
·
1 Parent(s): 87f9b58

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "architectures": [
3
  "mobilenetForImageClassification"
4
- ],
5
- "downsample_in_first_stage": false,
6
  "id2label": {
7
  "0": "asdf",
8
  "1": "dfgh",
@@ -14,7 +14,7 @@
14
  "7": "sad",
15
  "8": "hen"
16
  },
17
- "model_type": "mobilenet",
18
  "num_channels": 9,
19
- "transformers_version": "4.18.0.dev0"
20
  }
 
1
  {
2
+ /*"architectures": [
3
  "mobilenetForImageClassification"
4
+ ],*/
5
+ "downsample_in_first_stage": true,
6
  "id2label": {
7
  "0": "asdf",
8
  "1": "dfgh",
 
14
  "7": "sad",
15
  "8": "hen"
16
  },
17
+ /*"model_type": "mobilenet",*/
18
  "num_channels": 9,
19
+ /*"transformers_version": "4.18.0.dev0"*/
20
  }