imliuhan commited on
Commit
2aab89e
·
1 Parent(s): bfae0e7

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }