Instructions to use TaHiTaHiTa/qwen-lora-struct-eval02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TaHiTaHiTa/qwen-lora-struct-eval02 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, "TaHiTaHiTa/qwen-lora-struct-eval02") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ while intermediate reasoning (Chain-of-Thought) is masked.
|
|
| 35 |
- Method: QLoRA (4-bit)
|
| 36 |
- Max sequence length: 512
|
| 37 |
- Epochs: 2
|
| 38 |
-
- Learning rate:
|
| 39 |
- LoRA: r=32, alpha=64
|
| 40 |
|
| 41 |
## Usage
|
|
|
|
| 35 |
- Method: QLoRA (4-bit)
|
| 36 |
- Max sequence length: 512
|
| 37 |
- Epochs: 2
|
| 38 |
+
- Learning rate:2e-04
|
| 39 |
- LoRA: r=32, alpha=64
|
| 40 |
|
| 41 |
## Usage
|