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
What can SIDIX do that GPT/Gemini cant? (honest comparison)
#1
by Tiranyx - opened
Hey everyone,
I built SIDIX β a free, open-source AI agent that runs 100% locally on your own server. No API fees, no data leaving your machine, no monthly subscription.
But I want to be honest about what makes it genuinely different β not just marketing.
What SIDIX does that closed models don''t:
- You can audit every inference decision β the ReAct loop is fully visible, every tool call is logged
- Epistemic labeling on every output β [FACT], [OPINION], [SPECULATION], [UNKNOWN]. Hallucinations are labeled, not hidden.
- Citation chain (Sanad) β every factual claim traces back to a source chunk. You know why it said something.
- It learns from your usage β accepted outputs feed a weekly prompt optimizer. The more you use it, the better it gets for your domain.
- True self-hosting β if Ollama crashes, SIDIX returns an honest error. It does NOT silently fall back to GPT/Gemini.
What it can''t do (yet, honest):
- Voice / video (Sprint 7)
- Real-time web browsing at GPT-4 speed
- The base is Qwen2.5-7B β smaller than GPT-4o, obviously
Questions I''d love community input on:
- What use cases would you most want a self-hosted agent for?
- Anyone tried running it on < 8GB RAM? What was the experience?
- Any Indonesian NLP researchers here? SIDIX has a strong Indonesian corpus β would love collaborators.
Full repo: https://github.com/tiranyx/sidix
Live demo (free): https://app.sidixlab.com
Happy to answer anything.