YAI777 commited on
Commit
07f8d36
·
verified ·
1 Parent(s): 4038456

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. adapter_config.json +5 -5
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  - structured-output
14
  ---
15
 
16
- YAI777/LLMlec-FinalAssign_YAI_2025
17
 
18
  This repository provides a **LoRA adapter** fine-tuned from
19
  **Qwen/Qwen3-4B-Instruct-2507** using **QLoRA (4-bit, Unsloth)**.
@@ -34,8 +34,8 @@ while intermediate reasoning (Chain-of-Thought) is masked.
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
- - Epochs: 1
38
- - Learning rate: 1e-06
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
 
13
  - structured-output
14
  ---
15
 
16
+ qwen3-4b-YAI-lora
17
 
18
  This repository provides a **LoRA adapter** fine-tuned from
19
  **Qwen/Qwen3-4B-Instruct-2507** using **QLoRA (4-bit, Unsloth)**.
 
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
+ - Epochs: 2
38
+ - Learning rate: 2e-05
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "k_proj",
37
- "down_proj",
38
- "v_proj",
39
  "up_proj",
40
- "gate_proj",
41
  "q_proj",
42
- "o_proj"
 
 
 
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
 
36
  "up_proj",
 
37
  "q_proj",
38
+ "down_proj",
39
+ "o_proj",
40
+ "v_proj",
41
+ "k_proj",
42
+ "gate_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d9bc6b4838cd9092e13f65d7fd8351760ef630fab8cb40ea2609dbff9104f09
3
  size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85675766791c5208bb0d78b22e4b74a6bdadf2dd5bfbf0d074b85145e250b058
3
  size 528550256