areegtarek commited on
Commit
f638456
1 Parent(s): c961223

Trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
 
 
 
23
  "k_proj",
24
  "q_proj",
25
- "gate_proj",
26
  "down_proj",
27
- "up_proj",
28
- "v_proj",
29
- "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": "unsloth",
22
  "target_modules": [
23
+ "gate_proj",
24
+ "v_proj",
25
+ "o_proj",
26
  "k_proj",
27
  "q_proj",
 
28
  "down_proj",
29
+ "up_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:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
- size 48
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:986df965667928abffa0751753846d274c5030c5c6f62d3e43c47a7cec7b4b9a
3
+ size 167832240
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": 128001,
5
+ "max_length": 4096,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.41.2"
9
+ }