Text Classification
PEFT
Safetensors
Vietnamese
lora
unsloth
hallucination-detection
vietnamese
ViHallu
Instructions to use Laplaces-Red-Devils/vihallu-qwen3-4b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Laplaces-Red-Devils/vihallu-qwen3-4b-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-4B-Instruct-2507") model = PeftModel.from_pretrained(base_model, "Laplaces-Red-Devils/vihallu-qwen3-4b-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K