Upload config.json with huggingface_hub
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -790,6 +790,7 @@
|
|
| 790 |
"use_inline_text_prediction": false,
|
| 791 |
"auto_map": {
|
| 792 |
"AutoConfig": "configuration_raon.RaonConfig",
|
| 793 |
-
"AutoModel": "modeling_raon.RaonModel"
|
|
|
|
| 794 |
}
|
| 795 |
-
}
|
|
|
|
| 790 |
"use_inline_text_prediction": false,
|
| 791 |
"auto_map": {
|
| 792 |
"AutoConfig": "configuration_raon.RaonConfig",
|
| 793 |
+
"AutoModel": "modeling_raon.RaonModel",
|
| 794 |
+
"AutoModelForCausalLM": "modeling_raon.RaonModel"
|
| 795 |
}
|
| 796 |
+
}
|