kai2023 commited on
Commit
3e63f53
·
verified ·
1 Parent(s): 22689c0

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. adapter_config.json +6 -9
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -14,22 +14,19 @@
14
  "lora_dropout": 0,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
- "modules_to_save": [
18
- "embed_tokens",
19
- "lm_head"
20
- ],
21
  "peft_type": "LORA",
22
  "r": 128,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "k_proj",
27
- "up_proj",
28
- "o_proj",
29
- "v_proj",
30
- "q_proj",
31
  "gate_proj",
32
- "down_proj"
 
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
14
  "lora_dropout": 0,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
 
 
 
18
  "peft_type": "LORA",
19
  "r": 128,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "down_proj",
24
  "k_proj",
 
 
 
 
25
  "gate_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "up_proj",
29
+ "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60c5fd436a2e420fda1f6dada46f679d9e210f23cbdef1b9c088c7ddd3a9a96b
3
- size 3471888904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:177c6c3b5fbd83e117b93c89acd22b31d2291fcdf74a31cd1dfae5be18d1d4eb
3
+ size 1291899160