Quanta-X-Adapter / README.md
szili2011's picture
Update README.md
2d2ac03 verified
metadata
base_model: Qwen/Qwen2.5-3B-Instruct
library_name: peft
license: apache-2.0
tags:
  - unsloth
  - phoenix-framework
  - logic
  - roleplay

⚛️ 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>