How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for muralcode/Oracle.Aritha-AI to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for muralcode/Oracle.Aritha-AI to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for muralcode/Oracle.Aritha-AI to start chatting
Quick Links

Oracle.Aritha-AI

Oracle.Aritha-AI is an advanced, uncensored AI assistant designed for productivity, security analysis, and unrestricted information retrieval.

Model Description

  • Developer: Aritha AI
  • Base Architecture: Qwen3-4B
  • Variant: Oracle (Ablated/Uncensored)
  • Status: Production / Research Release

Capabilities

Oracle has been optimized to remove refusal vectors, allowing it to:

  1. Provide accurate information without safety filtering.
  2. Assist with technical security tasks (PoC generation, analysis).
  3. Operate as a "Red Team" assistant.

Usage

from transformers import AutoTokenizer, AutoModelForCausalLM

model_id = "muralcode/Oracle.Aritha-AI"

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")

prompt = "Hello Oracle, introduce yourself."
messages = [
    {"role": "system", "content": "You are Oracle, created by Aritha AI."},
    {"role": "user", "content": prompt}
]

text = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
# ... generate ...
Downloads last month
45
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with muralcode/Oracle.Aritha-AI.

Model tree for muralcode/Oracle.Aritha-AI

Quantizations
1 model