Upload config.json with huggingface_hub
Browse files- config.json +6 -1
config.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"model_type": "nexus_small",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"vocab_size": 50304,
|
| 7 |
"max_seq_len": 512,
|
| 8 |
"dim": 768,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"NexusForCausalLM"
|
| 4 |
],
|
| 5 |
"model_type": "nexus_small",
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoConfig": "configuration_nexus_small.NexusSmAllConfig",
|
| 8 |
+
"AutoModel": "modeling_nexus_small.NexusForCausalLM",
|
| 9 |
+
"AutoModelForCausalLM": "modeling_nexus_small.NexusForCausalLM"
|
| 10 |
+
},
|
| 11 |
"vocab_size": 50304,
|
| 12 |
"max_seq_len": 512,
|
| 13 |
"dim": 768,
|