geetu040 commited on
Commit
f8acd96
·
verified ·
1 Parent(s): 8bc63f3

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -37,7 +37,7 @@
37
  "quantization_config": {
38
  "_load_in_4bit": true,
39
  "_load_in_8bit": false,
40
- "bnb_4bit_compute_dtype": "float32",
41
  "bnb_4bit_quant_storage": "uint8",
42
  "bnb_4bit_quant_type": "fp4",
43
  "bnb_4bit_use_double_quant": false,
@@ -51,5 +51,5 @@
51
  },
52
  "rope_theta": 10000,
53
  "transformers_version": "4.57.6",
54
- "use_cache": false
55
  }
 
37
  "quantization_config": {
38
  "_load_in_4bit": true,
39
  "_load_in_8bit": false,
40
+ "bnb_4bit_compute_dtype": "bfloat16",
41
  "bnb_4bit_quant_storage": "uint8",
42
  "bnb_4bit_quant_type": "fp4",
43
  "bnb_4bit_use_double_quant": false,
 
51
  },
52
  "rope_theta": 10000,
53
  "transformers_version": "4.57.6",
54
+ "use_cache": true
55
  }