barunsaha commited on
Commit
9a63266
1 Parent(s): 7fa566f

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

adapter_config.json CHANGED
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": "unsloth",
25
  "target_modules": [
 
26
  "up_proj",
27
- "o_proj",
28
  "k_proj",
29
  "v_proj",
30
- "gate_proj",
31
  "q_proj",
32
- "down_proj"
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": "unsloth",
25
  "target_modules": [
26
+ "down_proj",
27
  "up_proj",
 
28
  "k_proj",
29
  "v_proj",
 
30
  "q_proj",
31
+ "o_proj",
32
+ "gate_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0d7cba099d5b08bd966bbeb107ffe0a5362d21a70c2aac3a338506b6a6831a0
3
- size 692120472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c825959a21e9d951d0b468521803c604de23f6f80f33ecfde3956582532e58bc
3
+ size 167832240
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.39.2"
6
+ }