Instructions to use masaom/05_qwen3-4b-structured-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use masaom/05_qwen3-4b-structured-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "masaom/05_qwen3-4b-structured-lora") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 3 |
datasets:
|
| 4 |
-
- u-10bei/structured_data_with_cot_dataset_512_v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
license: apache-2.0
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 3 |
datasets:
|
| 4 |
+
- u-10bei/structured_data_with_cot_dataset_512_v2
|
| 5 |
+
- u-10bei/structured_data_with_cot_dataset_512_v4
|
| 6 |
+
- u-10bei/structured_data_with_cot_dataset_512_v5
|
| 7 |
+
- u-10bei/structured_data_with_cot_dataset_512
|
| 8 |
+
- u-10bei/structured_data_with_cot_dataset_v2
|
| 9 |
+
- u-10bei/structured_data_with_cot_dataset
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
license: apache-2.0
|