Update config.json
Browse files- config.json +0 -15
config.json
CHANGED
@@ -23,21 +23,6 @@
|
|
23 |
"num_layers": 24,
|
24 |
"output_past": true,
|
25 |
"pad_token_id": 0,
|
26 |
-
"quantization_config": {
|
27 |
-
"_load_in_4bit": true,
|
28 |
-
"_load_in_8bit": false,
|
29 |
-
"bnb_4bit_compute_dtype": "float16",
|
30 |
-
"bnb_4bit_quant_storage": "uint8",
|
31 |
-
"bnb_4bit_quant_type": "fp4",
|
32 |
-
"bnb_4bit_use_double_quant": false,
|
33 |
-
"llm_int8_enable_fp32_cpu_offload": false,
|
34 |
-
"llm_int8_has_fp16_weight": false,
|
35 |
-
"llm_int8_skip_modules": null,
|
36 |
-
"llm_int8_threshold": 6.0,
|
37 |
-
"load_in_4bit": true,
|
38 |
-
"load_in_8bit": false,
|
39 |
-
"quant_method": "bitsandbytes"
|
40 |
-
},
|
41 |
"relative_attention_max_distance": 128,
|
42 |
"relative_attention_num_buckets": 32,
|
43 |
"tie_word_embeddings": false,
|
|
|
23 |
"num_layers": 24,
|
24 |
"output_past": true,
|
25 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"tie_word_embeddings": false,
|