Text Generation
PEFT
Safetensors
Indonesian
English
Arabic
ai-agent
lora
qwen
self-hosted
open-source
free
rag
epistemology
indonesia
islamic-epistemology
local-ai
agentic-ai
conversational
Instructions to use Tiranyx/sidix-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tiranyx/sidix-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "Tiranyx/sidix-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K