jays0 commited on
Commit
2c3299b
·
verified ·
1 Parent(s): a97ab81

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -22
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
- "dtype": "float32",
9
  "eos_token_id": 128009,
10
  "head_dim": 128,
11
  "hidden_act": "silu",
@@ -20,26 +20,6 @@
20
  "num_key_value_heads": 8,
21
  "pad_token_id": 128004,
22
  "pretraining_tp": 1,
23
- "quantization_config": {
24
- "_load_in_4bit": true,
25
- "_load_in_8bit": false,
26
- "bnb_4bit_compute_dtype": "bfloat16",
27
- "bnb_4bit_quant_storage": "uint8",
28
- "bnb_4bit_quant_type": "nf4",
29
- "bnb_4bit_use_double_quant": true,
30
- "llm_int8_enable_fp32_cpu_offload": false,
31
- "llm_int8_has_fp16_weight": false,
32
- "llm_int8_skip_modules": [
33
- "lm_head",
34
- "multi_modal_projector",
35
- "merger",
36
- "modality_projection"
37
- ],
38
- "llm_int8_threshold": 6.0,
39
- "load_in_4bit": true,
40
- "load_in_8bit": false,
41
- "quant_method": "bitsandbytes"
42
- },
43
  "rms_norm_eps": 1e-05,
44
  "rope_scaling": {
45
  "factor": 8.0,
@@ -51,7 +31,6 @@
51
  "rope_theta": 500000.0,
52
  "tie_word_embeddings": false,
53
  "transformers_version": "4.57.3",
54
- "unsloth_fixed": true,
55
  "use_cache": true,
56
  "vocab_size": 128256
57
  }
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
+ "dtype": "float16",
9
  "eos_token_id": 128009,
10
  "head_dim": 128,
11
  "hidden_act": "silu",
 
20
  "num_key_value_heads": 8,
21
  "pad_token_id": 128004,
22
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  "rms_norm_eps": 1e-05,
24
  "rope_scaling": {
25
  "factor": 8.0,
 
31
  "rope_theta": 500000.0,
32
  "tie_word_embeddings": false,
33
  "transformers_version": "4.57.3",
 
34
  "use_cache": true,
35
  "vocab_size": 128256
36
  }