Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -38,6 +38,14 @@
|
|
38 |
256
|
39 |
],
|
40 |
"transformers_version": "4.38.2",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
"model_type": "mobilenet_v4",
|
42 |
"id2label": {
|
43 |
"0": "tench, Tinca tinca",
|
|
|
38 |
256
|
39 |
],
|
40 |
"transformers_version": "4.38.2",
|
41 |
+
"transformers.js_config": {
|
42 |
+
"free_dimension_overrides": {
|
43 |
+
"batch_size": 1,
|
44 |
+
"num_channels": 3,
|
45 |
+
"height": 224,
|
46 |
+
"width": 224
|
47 |
+
}
|
48 |
+
},
|
49 |
"model_type": "mobilenet_v4",
|
50 |
"id2label": {
|
51 |
"0": "tench, Tinca tinca",
|