jbl2024 commited on
Commit
e3d3ad3
·
verified ·
1 Parent(s): 8f7773d

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -16
config.json CHANGED
@@ -19,21 +19,6 @@
19
  "num_hidden_layers": 28,
20
  "num_key_value_heads": 8,
21
  "pretraining_tp": 1,
22
- "quantization_config": {
23
- "_load_in_4bit": true,
24
- "_load_in_8bit": false,
25
- "bnb_4bit_compute_dtype": "float16",
26
- "bnb_4bit_quant_storage": "uint8",
27
- "bnb_4bit_quant_type": "nf4",
28
- "bnb_4bit_use_double_quant": false,
29
- "llm_int8_enable_fp32_cpu_offload": false,
30
- "llm_int8_has_fp16_weight": false,
31
- "llm_int8_skip_modules": null,
32
- "llm_int8_threshold": 6.0,
33
- "load_in_4bit": true,
34
- "load_in_8bit": false,
35
- "quant_method": "bitsandbytes"
36
- },
37
  "rms_norm_eps": 1e-05,
38
  "rope_scaling": {
39
  "factor": 32.0,
@@ -44,7 +29,7 @@
44
  },
45
  "rope_theta": 500000.0,
46
  "tie_word_embeddings": true,
47
- "torch_dtype": "bfloat16",
48
  "transformers_version": "4.47.1",
49
  "use_cache": true,
50
  "vocab_size": 128256
 
19
  "num_hidden_layers": 28,
20
  "num_key_value_heads": 8,
21
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": {
24
  "factor": 32.0,
 
29
  },
30
  "rope_theta": 500000.0,
31
  "tie_word_embeddings": true,
32
+ "torch_dtype": "float16",
33
  "transformers_version": "4.47.1",
34
  "use_cache": true,
35
  "vocab_size": 128256