hokei2001 commited on
Commit
91cbd67
·
verified ·
1 Parent(s): 2b6e84c

Upload Llama 3.1 8B fine-tuned for lead response prediction (Trained with Unsloth)

Browse files
Files changed (3) hide show
  1. README.md +1 -0
  2. adapter_config.json +8 -8
  3. adapter_model.safetensors +2 -2
README.md CHANGED
@@ -4,6 +4,7 @@ tags:
4
  - peft
5
  - lora
6
  - llama
 
7
  ---
8
 
9
  # Lead Response Prediction - Llama 3.1 8B LoRA
 
4
  - peft
5
  - lora
6
  - llama
7
+ - unsloth
8
  ---
9
 
10
  # Lead Response Prediction - Llama 3.1 8B LoRA
adapter_config.json CHANGED
@@ -3,11 +3,11 @@
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": {
6
- "base_model_class": "LlamaForCausalLM",
7
- "parent_library": "transformers.models.llama.modeling_llama",
8
  "unsloth_fixed": true
9
  },
10
- "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-bnb-4bit",
11
  "bias": "none",
12
  "corda_config": null,
13
  "ensure_weight_tying": false,
@@ -20,7 +20,7 @@
20
  "layers_pattern": null,
21
  "layers_to_transform": null,
22
  "loftq_config": {},
23
- "lora_alpha": 32,
24
  "lora_bias": false,
25
  "lora_dropout": 0.05,
26
  "megatron_config": null,
@@ -29,16 +29,16 @@
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.0",
31
  "qalora_group_size": 16,
32
- "r": 16,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
  "k_proj",
37
- "q_proj",
38
  "up_proj",
39
- "down_proj",
40
  "o_proj",
41
- "v_proj",
 
42
  "gate_proj"
43
  ],
44
  "target_parameters": null,
 
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
  "unsloth_fixed": true
9
  },
10
+ "base_model_name_or_path": "unsloth/qwen2.5-14b-instruct-bnb-4bit",
11
  "bias": "none",
12
  "corda_config": null,
13
  "ensure_weight_tying": false,
 
20
  "layers_pattern": null,
21
  "layers_to_transform": null,
22
  "loftq_config": {},
23
+ "lora_alpha": 64,
24
  "lora_bias": false,
25
  "lora_dropout": 0.05,
26
  "megatron_config": null,
 
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.0",
31
  "qalora_group_size": 16,
32
+ "r": 32,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
  "k_proj",
37
+ "v_proj",
38
  "up_proj",
 
39
  "o_proj",
40
+ "down_proj",
41
+ "q_proj",
42
  "gate_proj"
43
  ],
44
  "target_parameters": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb75825349a3497c9da190d78972b78ef765e759baee24638d29f396fc1695ae
3
- size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f723ba7955cfa64d70a96114a7286559b5eee1e6b188810c15a09c1dfe766a0
3
+ size 550593184