Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
"mobilenetForImageClassification"
|
| 4 |
-
],
|
| 5 |
-
"downsample_in_first_stage":
|
| 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 |
}
|