dada22231 commited on
Commit
cab4168
·
verified ·
1 Parent(s): 540feec

Training in progress, step 25

Browse files
adapter_config.json CHANGED
@@ -13,9 +13,9 @@
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
- "lora_alpha": 64,
17
  "lora_bias": false,
18
- "lora_dropout": 0.1,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": [
@@ -23,16 +23,16 @@
23
  "lm_head"
24
  ],
25
  "peft_type": "LORA",
26
- "r": 32,
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
30
- "o_proj",
31
- "gate_proj",
32
  "down_proj",
33
  "q_proj",
34
- "v_proj",
35
- "k_proj",
36
  "up_proj"
37
  ],
38
  "task_type": "CAUSAL_LM",
 
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
+ "lora_alpha": 16,
17
  "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": [
 
23
  "lm_head"
24
  ],
25
  "peft_type": "LORA",
26
+ "r": 8,
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
30
+ "k_proj",
31
+ "v_proj",
32
  "down_proj",
33
  "q_proj",
34
+ "gate_proj",
35
+ "o_proj",
36
  "up_proj"
37
  ],
38
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:801d6e5ab9e70ed5ab34dc23a5bac023be3e58ce64aa1f6c541f061ccf62330a
3
- size 859925696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb82cc31951c6b54abacb82fd761f802cec6ba69e6918bdad64f4f573b062f95
3
+ size 608266288
config.json CHANGED
@@ -1,27 +1,30 @@
1
  {
2
  "_attn_implementation_autoset": true,
3
  "architectures": [
4
- "MistralForCausalLM"
5
  ],
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
- "eos_token_id": 32000,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 4096,
12
  "initializer_range": 0.02,
13
- "intermediate_size": 14336,
14
- "max_position_embeddings": 32768,
15
- "model_type": "mistral",
 
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 32,
18
- "num_key_value_heads": 8,
 
19
  "rms_norm_eps": 1e-05,
20
- "rope_theta": 10000.0,
21
- "sliding_window": 4096,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.51.3",
25
  "use_cache": false,
26
- "vocab_size": 32002
27
  }
 
1
  {
2
  "_attn_implementation_autoset": true,
3
  "architectures": [
4
+ "LlamaForCausalLM"
5
  ],
6
+ "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
  "head_dim": 128,
11
  "hidden_act": "silu",
12
  "hidden_size": 4096,
13
  "initializer_range": 0.02,
14
+ "intermediate_size": 11008,
15
+ "max_position_embeddings": 16384,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
  "num_attention_heads": 32,
19
  "num_hidden_layers": 32,
20
+ "num_key_value_heads": 32,
21
+ "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
+ "rope_scaling": null,
24
+ "rope_theta": 1000000,
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.51.3",
28
  "use_cache": false,
29
+ "vocab_size": 32016
30
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:115579868250659618667b10584031019b0cb30ee6fe91204e7a38db3cb6c03a
3
  size 7736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21300eebe6727d3bd918fcf96ba98a35295187962e2bb4d2d04c925e0748730f
3
  size 7736