aadi8anant commited on
Commit
6b4be93
·
verified ·
1 Parent(s): 211c0cf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +58 -0
config.json CHANGED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "unsloth/llama-3.2-3b-instruct-bnb-4bit",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 128000,
10
+ "eos_token_id": [
11
+ 128001,
12
+ 128008,
13
+ 128009
14
+ ],
15
+ "head_dim": 128,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 3072,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 8192,
20
+ "max_length": 2048,
21
+ "max_position_embeddings": 2048,
22
+ "max_sequence_length": 2048,
23
+ "mlp_bias": false,
24
+ "model_type": "llama",
25
+ "num_attention_heads": 24,
26
+ "num_hidden_layers": 28,
27
+ "num_key_value_heads": 8,
28
+ "pretraining_tp": 1,
29
+ "quantization_config": {
30
+ "_load_in_4bit": true,
31
+ "_load_in_8bit": false,
32
+ "bnb_4bit_compute_dtype": "bfloat16",
33
+ "bnb_4bit_quant_storage": "uint8",
34
+ "bnb_4bit_quant_type": "nf4",
35
+ "bnb_4bit_use_double_quant": true,
36
+ "llm_int8_enable_fp32_cpu_offload": false,
37
+ "llm_int8_has_fp16_weight": false,
38
+ "llm_int8_skip_modules": null,
39
+ "llm_int8_threshold": 6.0,
40
+ "load_in_4bit": true,
41
+ "load_in_8bit": false,
42
+ "quant_method": "bitsandbytes"
43
+ },
44
+ "rms_norm_eps": 1e-05,
45
+ "rope_scaling": {
46
+ "factor": 32.0,
47
+ "high_freq_factor": 4.0,
48
+ "low_freq_factor": 1.0,
49
+ "original_max_position_embeddings": 8192,
50
+ "rope_type": "llama3"
51
+ },
52
+ "rope_theta": 500000.0,
53
+ "tie_word_embeddings": true,
54
+ "torch_dtype": "float16",
55
+ "transformers_version": "4.46.3",
56
+ "use_cache": true,
57
+ "vocab_size": 128256
58
+ }