evaldas-leliuga
commited on
Update config.json
Browse files- config.json +0 -4
config.json
CHANGED
@@ -3,8 +3,6 @@
|
|
3 |
"architectures": [
|
4 |
"GemmaForCausalLM"
|
5 |
],
|
6 |
-
"attention_bias": false,
|
7 |
-
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 2,
|
9 |
"eos_token_id": 1,
|
10 |
"head_dim": 256,
|
@@ -19,8 +17,6 @@
|
|
19 |
"num_key_value_heads": 16,
|
20 |
"pad_token_id": 0,
|
21 |
"quantization_config": {
|
22 |
-
"_load_in_4bit": true,
|
23 |
-
"_load_in_8bit": false,
|
24 |
"bnb_4bit_compute_dtype": "bfloat16",
|
25 |
"bnb_4bit_quant_type": "nf4",
|
26 |
"bnb_4bit_use_double_quant": true,
|
|
|
3 |
"architectures": [
|
4 |
"GemmaForCausalLM"
|
5 |
],
|
|
|
|
|
6 |
"bos_token_id": 2,
|
7 |
"eos_token_id": 1,
|
8 |
"head_dim": 256,
|
|
|
17 |
"num_key_value_heads": 16,
|
18 |
"pad_token_id": 0,
|
19 |
"quantization_config": {
|
|
|
|
|
20 |
"bnb_4bit_compute_dtype": "bfloat16",
|
21 |
"bnb_4bit_quant_type": "nf4",
|
22 |
"bnb_4bit_use_double_quant": true,
|