Instructions to use redche7/qwen3-4b-p300-text-correction-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use redche7/qwen3-4b-p300-text-correction-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Instruct-2507") model = PeftModel.from_pretrained(base_model, "redche7/qwen3-4b-p300-text-correction-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
30940dc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ef9507fe17f03a1f725c322aaafcc3d262953f8bff4137e048b299f32e92987f
size 66127776
|