Initial GPTQ model commit
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -10,7 +10,7 @@
|
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 13824,
|
12 |
"max_position_embeddings": 4096,
|
13 |
-
"
|
14 |
"max_sequence_length": 4096,
|
15 |
"model_type": "llama",
|
16 |
"num_attention_heads": 40,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "airoboros-13b-gpt4",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 13824,
|
12 |
"max_position_embeddings": 4096,
|
13 |
+
"max_seq_len": 4096,
|
14 |
"max_sequence_length": 4096,
|
15 |
"model_type": "llama",
|
16 |
"num_attention_heads": 40,
|