Initial GPTQ model commit
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -15,14 +15,14 @@
|
|
15 |
"num_hidden_layers": 80,
|
16 |
"num_key_value_heads": 8,
|
17 |
"pad_token_id": 0,
|
18 |
-
"pretraining_tp": 1,
|
19 |
"rms_norm_eps": 1e-05,
|
20 |
"rope_scaling": null,
|
21 |
"tie_word_embeddings": false,
|
22 |
-
"torch_dtype": "
|
23 |
-
"transformers_version": "4.
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 32000,
|
|
|
26 |
"quantization_config": {
|
27 |
"bits": 4,
|
28 |
"group_size": -1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "llama-2-70b-hf",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
15 |
"num_hidden_layers": 80,
|
16 |
"num_key_value_heads": 8,
|
17 |
"pad_token_id": 0,
|
|
|
18 |
"rms_norm_eps": 1e-05,
|
19 |
"rope_scaling": null,
|
20 |
"tie_word_embeddings": false,
|
21 |
+
"torch_dtype": "bfloat16",
|
22 |
+
"transformers_version": "4.31.0",
|
23 |
"use_cache": true,
|
24 |
"vocab_size": 32000,
|
25 |
+
"pretraining_tp": 1,
|
26 |
"quantization_config": {
|
27 |
"bits": 4,
|
28 |
"group_size": -1,
|