Cyvyhvyyv commited on
Commit
78b4fe4
·
verified ·
1 Parent(s): 01921a9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +42 -3
config.json CHANGED
@@ -1,4 +1,41 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
@@ -21,16 +58,18 @@
21
  "peft_type": "LORA",
22
  "r": 8,
23
  "rank_pattern": {},
24
- "revision": null,
25
  "target_modules": [
26
  "v_proj",
27
  "fc_out",
28
  "k_proj",
29
  "q_proj",
30
  "o_proj",
31
- "fc_in"
 
 
 
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "use_dora": false,
35
  "use_rslora": true
36
- }
 
1
  {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "eos_token_id": [
9
+ 128001,
10
+ 128008,
11
+ 128009
12
+ ],
13
+ "head_dim": 128,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 3072,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 8192,
18
+ "max_position_embeddings": 131072,
19
+ "mlp_bias": false,
20
+ "model_type": "llama",
21
+ "num_attention_heads": 24,
22
+ "num_hidden_layers": 28,
23
+ "num_key_value_heads": 8,
24
+ "pretraining_tp": 1,
25
+ "rms_norm_eps": 1e-05,
26
+ "rope_scaling": {
27
+ "factor": 32.0,
28
+ "high_freq_factor": 4.0,
29
+ "low_freq_factor": 1.0,
30
+ "original_max_position_embeddings": 8192,
31
+ "rope_type": "llama3"
32
+ },
33
+ "rope_theta": 500000.0,
34
+ "tie_word_embeddings": true,
35
+ "torch_dtype": "bfloat16",
36
+ "transformers_version": "4.45.0.dev0",
37
+ "use_cache": true,
38
+ "vocab_size": 128256,
39
  "alpha_pattern": {},
40
  "auto_mapping": null,
41
  "base_model_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
 
58
  "peft_type": "LORA",
59
  "r": 8,
60
  "rank_pattern": {},
 
61
  "target_modules": [
62
  "v_proj",
63
  "fc_out",
64
  "k_proj",
65
  "q_proj",
66
  "o_proj",
67
+ "fc_in",
68
+ "gate_proj",
69
+ "down_proj",
70
+ "up_proj"
71
  ],
72
  "task_type": "CAUSAL_LM",
73
  "use_dora": false,
74
  "use_rslora": true
75
+ }