alfiannajih
commited on
Upload config
Browse files- config.json +2 -17
config.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"architectures": [
|
4 |
-
"MobileNetV3Model"
|
5 |
-
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "
|
8 |
-
"AutoModelForImageClassification": "alfiannajih/trash-classification--model.MobileNetV3Model"
|
9 |
-
},
|
10 |
-
"custom_pipelines": {
|
11 |
-
"image-classification": {
|
12 |
-
"impl": "pipeline.TrashClassificationPipeline",
|
13 |
-
"pt": [
|
14 |
-
"AutoModelForImageClassification"
|
15 |
-
],
|
16 |
-
"tf": [],
|
17 |
-
"type": "image"
|
18 |
-
}
|
19 |
},
|
20 |
"id2label": {
|
21 |
"0": "cardboard",
|
@@ -27,6 +13,5 @@
|
|
27 |
},
|
28 |
"model_type": "mobilenetv3",
|
29 |
"num_classes": 6,
|
30 |
-
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.46.3"
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"_attn_implementation_autoset": true,
|
|
|
|
|
|
|
3 |
"auto_map": {
|
4 |
+
"AutoConfig": "config.MobileNetV3Config"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
},
|
6 |
"id2label": {
|
7 |
"0": "cardboard",
|
|
|
13 |
},
|
14 |
"model_type": "mobilenetv3",
|
15 |
"num_classes": 6,
|
|
|
16 |
"transformers_version": "4.46.3"
|
17 |
}
|