Harish102005 commited on
Commit
30766ae
·
verified ·
1 Parent(s): ff4c567

Remove quantization config and fix vocab size

Browse files
Files changed (1) hide show
  1. config.json +1 -8
config.json CHANGED
@@ -24,12 +24,5 @@
24
  "transformers_version": "4.56.1",
25
  "use_cache": true,
26
  "use_sliding_window": false,
27
- "vocab_size": 152064,
28
- "quantization_config": {
29
- "quant_method": "bitsandbytes",
30
- "load_in_4bit": true,
31
- "bnb_4bit_compute_dtype": "bfloat16",
32
- "bnb_4bit_quant_type": "nf4",
33
- "bnb_4bit_use_double_quant": true
34
- }
35
  }
 
24
  "transformers_version": "4.56.1",
25
  "use_cache": true,
26
  "use_sliding_window": false,
27
+ "vocab_size": 152064
 
 
 
 
 
 
 
28
  }