aidadev48 commited on
Commit
d6ffcfd
·
verified ·
1 Parent(s): d1771f7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -2
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
@@ -18,6 +19,21 @@
18
  "num_hidden_layers": 28,
19
  "num_key_value_heads": 8,
20
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  "rms_norm_eps": 1e-05,
22
  "rope_scaling": {
23
  "factor": 32.0,
@@ -29,7 +45,7 @@
29
  "rope_theta": 500000.0,
30
  "tie_word_embeddings": true,
31
  "torch_dtype": "bfloat16",
32
- "transformers_version": "4.45.0.dev0",
33
  "use_cache": true,
34
  "vocab_size": 128256
35
- }
 
1
  {
2
+ "_name_or_path": "unsloth/Llama-3.2-3B-bnb-4bit",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
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": "bfloat16",
26
+ "bnb_4bit_quant_storage": "uint8",
27
+ "bnb_4bit_quant_type": "nf4",
28
+ "bnb_4bit_use_double_quant": true,
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,
 
45
  "rope_theta": 500000.0,
46
  "tie_word_embeddings": true,
47
  "torch_dtype": "bfloat16",
48
+ "transformers_version": "4.44.2",
49
  "use_cache": true,
50
  "vocab_size": 128256
51
+ }