Upload folder using huggingface_hub
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
| 18 |
"num_hidden_layers": 28,
|
| 19 |
"num_key_value_heads": 8,
|
| 20 |
"quantization_config": {
|
|
|
|
| 21 |
"load_in_8bit": true,
|
| 22 |
"bnb_8bit_compute_dtype": "float16"
|
| 23 |
},
|
|
|
|
| 18 |
"num_hidden_layers": 28,
|
| 19 |
"num_key_value_heads": 8,
|
| 20 |
"quantization_config": {
|
| 21 |
+
"quant_method": "bnb",
|
| 22 |
"load_in_8bit": true,
|
| 23 |
"bnb_8bit_compute_dtype": "float16"
|
| 24 |
},
|