palsp commited on
Commit
6b76e65
·
verified ·
1 Parent(s): 2bc1ba7

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. adapter_config.json +9 -6
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B-bnb-4bit",
5
  "bias": "none",
6
  "eva_config": null,
7
  "exclude_modules": null,
@@ -17,19 +17,22 @@
17
  "lora_dropout": 0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
- "modules_to_save": null,
 
 
 
21
  "peft_type": "LORA",
22
  "r": 16,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
  "o_proj",
27
- "k_proj",
28
- "up_proj",
29
- "v_proj",
30
  "gate_proj",
31
  "down_proj",
32
- "q_proj"
 
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B",
5
  "bias": "none",
6
  "eva_config": null,
7
  "exclude_modules": null,
 
17
  "lora_dropout": 0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
+ "modules_to_save": [
21
+ "lm_head",
22
+ "embed_tokens"
23
+ ],
24
  "peft_type": "LORA",
25
  "r": 16,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
  "o_proj",
 
 
 
30
  "gate_proj",
31
  "down_proj",
32
+ "v_proj",
33
+ "q_proj",
34
+ "k_proj",
35
+ "up_proj"
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abd48688f66b4ba0a97be2f777698be8dfef7e84ef96f8c073bbb4f123042fd1
3
- size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a51628e2308bfba9d0bb13ae7698960620ab69cd13bef63d4bc956f18c1e523e
3
+ size 2269178776