ruslanmv commited on
Commit
6e8791e
1 Parent(s): f82f4bd

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +1 -16
config.json CHANGED
@@ -17,27 +17,12 @@
17
  "num_hidden_layers": 32,
18
  "num_key_value_heads": 8,
19
  "pretraining_tp": 1,
20
- "quantization_config": {
21
- "_load_in_4bit": true,
22
- "_load_in_8bit": false,
23
- "bnb_4bit_compute_dtype": "float16",
24
- "bnb_4bit_quant_storage": "uint8",
25
- "bnb_4bit_quant_type": "nf4",
26
- "bnb_4bit_use_double_quant": false,
27
- "llm_int8_enable_fp32_cpu_offload": false,
28
- "llm_int8_has_fp16_weight": false,
29
- "llm_int8_skip_modules": null,
30
- "llm_int8_threshold": 6.0,
31
- "load_in_4bit": true,
32
- "load_in_8bit": false,
33
- "quant_method": "bitsandbytes"
34
- },
35
  "rms_norm_eps": 1e-05,
36
  "rope_scaling": null,
37
  "rope_theta": 500000.0,
38
  "tie_word_embeddings": false,
39
  "torch_dtype": "float32",
40
  "transformers_version": "4.40.2",
41
- "use_cache": false,
42
  "vocab_size": 128256
43
  }
 
17
  "num_hidden_layers": 32,
18
  "num_key_value_heads": 8,
19
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": null,
22
  "rope_theta": 500000.0,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.40.2",
26
+ "use_cache": true,
27
  "vocab_size": 128256
28
  }