ahmetustun commited on
Commit
0e797c8
1 Parent(s): 43591b7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -28,7 +28,7 @@
28
  "quantization_config": {
29
  "_load_in_4bit": true,
30
  "_load_in_8bit": false,
31
- "bnb_4bit_compute_dtype": "float32",
32
  "bnb_4bit_quant_storage": "uint8",
33
  "bnb_4bit_quant_type": "fp4",
34
  "bnb_4bit_use_double_quant": false,
@@ -41,7 +41,7 @@
41
  "quant_method": "bitsandbytes"
42
  },
43
  "rope_theta": 8000000.0,
44
- "torch_dtype": "bfloat16",
45
  "transformers_version": "4.39.0.dev0",
46
  "use_cache": true,
47
  "vocab_size": 256000
 
28
  "quantization_config": {
29
  "_load_in_4bit": true,
30
  "_load_in_8bit": false,
31
+ "bnb_4bit_compute_dtype": "float16",
32
  "bnb_4bit_quant_storage": "uint8",
33
  "bnb_4bit_quant_type": "fp4",
34
  "bnb_4bit_use_double_quant": false,
 
41
  "quant_method": "bitsandbytes"
42
  },
43
  "rope_theta": 8000000.0,
44
+ "torch_dtype": "float16",
45
  "transformers_version": "4.39.0.dev0",
46
  "use_cache": true,
47
  "vocab_size": 256000