Ramikan-BR commited on
Commit
3247d93
·
verified ·
1 Parent(s): a18cc8b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -17
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "unsloth/Qwen2-0.5B",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
@@ -17,27 +17,12 @@
17
  "num_hidden_layers": 24,
18
  "num_key_value_heads": 2,
19
  "pad_token_id": 151646,
20
- "quantization_config": {
21
- "_load_in_4bit": true,
22
- "_load_in_8bit": false,
23
- "bnb_4bit_compute_dtype": "bfloat16",
24
- "bnb_4bit_quant_storage": "uint8",
25
- "bnb_4bit_quant_type": "nf4",
26
- "bnb_4bit_use_double_quant": true,
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-06,
36
  "rope_scaling": null,
37
  "rope_theta": 1000000.0,
38
  "sliding_window": null,
39
  "tie_word_embeddings": true,
40
- "torch_dtype": "bfloat16",
41
  "transformers_version": "4.44.0",
42
  "unsloth_version": "2024.8",
43
  "use_cache": true,
 
1
  {
2
+ "_name_or_path": "unsloth/qwen2-0.5b-bnb-4bit",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
 
17
  "num_hidden_layers": 24,
18
  "num_key_value_heads": 2,
19
  "pad_token_id": 151646,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  "rms_norm_eps": 1e-06,
21
  "rope_scaling": null,
22
  "rope_theta": 1000000.0,
23
  "sliding_window": null,
24
  "tie_word_embeddings": true,
25
+ "torch_dtype": "float16",
26
  "transformers_version": "4.44.0",
27
  "unsloth_version": "2024.8",
28
  "use_cache": true,