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
|
@@ -64,7 +64,13 @@ model = PeftModel.from_pretrained(model, adapter)
|
|
| 64 |
|
| 65 |
## Sources & Terms (IMPORTANT)
|
| 66 |
|
| 67 |
-
Training data:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
|
| 70 |
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|
|
|
|
| 64 |
|
| 65 |
## Sources & Terms (IMPORTANT)
|
| 66 |
|
| 67 |
+
Training data:
|
| 68 |
+
- u-10bei/structured_data_with_cot_dataset_512_v2
|
| 69 |
+
- u-10bei/structured_data_with_cot_dataset_512_v4
|
| 70 |
+
- u-10bei/structured_data_with_cot_dataset_512_v5
|
| 71 |
+
- u-10bei/structured_data_with_cot_dataset_512
|
| 72 |
+
- u-10bei/structured_data_with_cot_dataset_v2
|
| 73 |
+
- u-10bei/structured_data_with_cot_dataset
|
| 74 |
|
| 75 |
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
|
| 76 |
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|