kulits commited on
Commit
a4c2374
·
verified ·
1 Parent(s): 855489d

Initial upload

Browse files
Files changed (3) hide show
  1. README.md +8 -0
  2. adapter_config.json +19 -0
  3. adapter_model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen3-8B
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - peft
7
+ - lora
8
+ ---
adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "inference_mode": true,
3
+ "task_type": "CAUSAL_LM",
4
+ "r": 32,
5
+ "lora_dropout": 0.0,
6
+ "base_model_name_or_path": "Qwen/Qwen3-8B",
7
+ "bias": "none",
8
+ "peft_type": "LORA",
9
+ "target_modules": [
10
+ "q_proj",
11
+ "k_proj",
12
+ "v_proj",
13
+ "o_proj",
14
+ "gate_proj",
15
+ "up_proj",
16
+ "down_proj"
17
+ ],
18
+ "lora_alpha": 32
19
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8f82211bed537e7e3827f77e6b001f8449eb85b7d18144d803eb09f2817377c
3
+ size 174656008