Initial GPTQ model commit
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "vicuna-13b-v1.5-16k",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -9,8 +9,8 @@
|
|
9 |
"hidden_size": 5120,
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 13824,
|
12 |
-
"max_sequence_length": 16384,
|
13 |
"max_position_embeddings": 4096,
|
|
|
14 |
"model_type": "llama",
|
15 |
"num_attention_heads": 40,
|
16 |
"num_hidden_layers": 40,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vicuna-13b-v1.5-16k/",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
9 |
"hidden_size": 5120,
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 13824,
|
|
|
12 |
"max_position_embeddings": 4096,
|
13 |
+
"max_sequence_length": 16384,
|
14 |
"model_type": "llama",
|
15 |
"num_attention_heads": 40,
|
16 |
"num_hidden_layers": 40,
|