Mohaddz commited on
Commit
631bbc3
·
verified ·
1 Parent(s): c759542

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. adapter_config.json +7 -7
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -18,21 +18,21 @@
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": 128,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "down_proj",
30
- "v_proj",
31
- "up_proj",
32
- "o_proj",
33
  "k_proj",
 
 
 
34
  "q_proj",
35
- "gate_proj"
 
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "use_dora": false,
 
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": [
21
+ "embed_tokens",
22
+ "lm_head"
23
  ],
24
  "peft_type": "LORA",
25
  "r": 128,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
 
 
 
 
29
  "k_proj",
30
+ "o_proj",
31
+ "gate_proj",
32
+ "down_proj",
33
  "q_proj",
34
+ "up_proj",
35
+ "v_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:7585f2b1b874e842cbdbfd865c53840a5a525828b79a70f32883916a1ee0b1b3
3
- size 2415981336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b76179dce517eb3e7cfd41f1c13cd8bc27e377269f4c8747328ac73bdf999bc
3
+ size 1879109704