Add auto_map to config.json for trust_remote_code
Browse files- config.json +6 -2
config.json
CHANGED
|
@@ -19,5 +19,9 @@
|
|
| 19 |
"rope_base": 10000.0,
|
| 20 |
"tie_word_embeddings": true,
|
| 21 |
"transformers_version": "5.8.1",
|
| 22 |
-
"vocab_size": 100277
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
"rope_base": 10000.0,
|
| 20 |
"tie_word_embeddings": true,
|
| 21 |
"transformers_version": "5.8.1",
|
| 22 |
+
"vocab_size": 100277,
|
| 23 |
+
"auto_map": {
|
| 24 |
+
"AutoConfig": "parchment.configuration_parchment.ParchmentConfig",
|
| 25 |
+
"AutoModelForCausalLM": "parchment.modeling_parchment.ParchmentForCausalLM"
|
| 26 |
+
}
|
| 27 |
+
}
|