Create config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_map": {
|
| 3 |
+
"AutoConfig": "1NEYRON1/mosnet--configuration_mosnet.MosNetConfig",
|
| 4 |
+
"AutoModel": "1NEYRON1/mosnet--modeling_mosnet.MultiModalMosNet"
|
| 5 |
+
},
|
| 6 |
+
"model_type": "mosnet",
|
| 7 |
+
"transformers_version": "4.52.4"
|
| 8 |
+
}
|