Upload config.json with huggingface_hub
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoConfig": "configuration_mobilenetv3_large_100.RyzenAIORTModelForImageClassificationConfig",
|
4 |
+
"AutoModelForImageClassification": "model_mobilenetv3_large_100.RyzenAIORTModelForImageClassification"
|
5 |
+
},
|
6 |
+
"model_type": "RyzenAIORTModelForImageClassification_mobilenetv3_large_100",
|
7 |
+
"transformers_version": "4.35.2"
|
8 |
+
}
|