Commit
·
a157345
1
Parent(s):
e9b598a
Upload config.json
Browse files- config.json +13 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"mobilenetForImageClassification"
|
4 |
+
],
|
5 |
+
"downsample_in_first_stage": false,
|
6 |
+
"id2label": {
|
7 |
+
"0": "left-wing",
|
8 |
+
"1": "rigth-wing"
|
9 |
+
},
|
10 |
+
"model_type": "mobilenet",
|
11 |
+
"num_channels": 3,
|
12 |
+
"transformers_version": "4.18.0.dev0"
|
13 |
+
}
|