bufanlin commited on
Commit
2851c93
1 Parent(s): 3f19889

Trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/Phi-3-mini-4k-instruct-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -21,12 +21,12 @@
21
  "revision": "unsloth",
22
  "target_modules": [
23
  "down_proj",
24
- "v_proj",
25
  "o_proj",
26
- "q_proj",
27
- "gate_proj",
28
  "k_proj",
29
- "up_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/llama-3-8b-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
21
  "revision": "unsloth",
22
  "target_modules": [
23
  "down_proj",
 
24
  "o_proj",
 
 
25
  "k_proj",
26
+ "gate_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "v_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:0d3a2b7faedb29f1c703b30daef8a903ffec26468657b368c3122b27fe64655d
3
- size 119597408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ae4b4eb9e9cbc7b813538b07ae4f38f90359270161e133b87cbc24c7ceca749
3
+ size 167832240
generation_config.json CHANGED
@@ -1,7 +1,9 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 1,
4
- "eos_token_id": 32000,
5
- "pad_token_id": 32000,
 
 
6
  "transformers_version": "4.40.2"
7
  }
 
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.40.2"
9
  }