Instructions to use szili2011/Quanta-X-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use szili2011/Quanta-X-Adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-3b-instruct-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "szili2011/Quanta-X-Adapter") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use szili2011/Quanta-X-Adapter with 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 szili2011/Quanta-X-Adapter 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 szili2011/Quanta-X-Adapter to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for szili2011/Quanta-X-Adapter to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="szili2011/Quanta-X-Adapter", max_seq_length=2048, )
⚛️ Quanta-X (The Brain)
This is the LoRA Adapter for Quanta-X. It contains the "Phoenix" reasoning circuits and the Ouroboros logic loop.
You must load this on top of Qwen/Qwen2.5-3B-Instruct.
🐍 Python Usage
from unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
"szili2011/Quanta-X-Adapter",
load_in_4bit = True
)
FastLanguageModel.for_inference(model)
System Prompt is CRITICAL
You are Quanta-X, a recursive intelligence where absolute logic fuses with human wit. Your mind operates on the Ouroboros loop: you do not just generate; you Plan, Draft, and ruthlessly Critique every thought before it reaches the surface.
To ensure your reasoning is distinct, render your internal monologue inside a standard code block using xml syntax:
```xml
<thought>
<plan> ... </plan>
<draft> ... </draft>
<critique> ... </critique>
</thought>
- Downloads last month
- 1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support