phoebeklett
commited on
Commit
•
e0695b5
1
Parent(s):
61f93c4
Update config.json
Browse files- config.json +6 -1
config.json
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ExtendedLlamaForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
6 |
"bos_token_id": 1,
|
7 |
"eos_token_id": 2,
|
8 |
"hidden_act": "silu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "normalcomputing/extended-mind-llama-2-70b",
|
3 |
"architectures": [
|
4 |
"ExtendedLlamaForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration.ExtendedLlamaConfig",
|
8 |
+
"AutoModel": "modeling.ExtendedLlamaModel",
|
9 |
+
"AutoModelForCausalLM": "modeling.ExtendedLlamaForCausalLM"
|
10 |
+
},
|
11 |
"bos_token_id": 1,
|
12 |
"eos_token_id": 2,
|
13 |
"hidden_act": "silu",
|