Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"RecombinationTransformerForCausalLM"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"embed_dim": 1024,
|
| 6 |
"eos_token_id": 151643,
|
| 7 |
"model_type": "RecombinationTransformer",
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"RecombinationTransformerForCausalLM"
|
| 4 |
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "configure.RecombinationTransformerConfig",
|
| 7 |
+
"AutoModelForCausalLM": "modeling.RecombinationTransformerForCausalLM"
|
| 8 |
+
},
|
| 9 |
"embed_dim": 1024,
|
| 10 |
"eos_token_id": 151643,
|
| 11 |
"model_type": "RecombinationTransformer",
|