XCT-Qwen3-4B

159
1
license:apache-2.0
by
tech-tweakers
Other
OTHER
4B params
New
159 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
9GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
4GB+ RAM

Code Examples

Usage Examplepythontransformers
from transformers import AutoModelForCausalLM, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained(
    "tech-tweakers/XCT-Qwen3-4B"
)

model = AutoModelForCausalLM.from_pretrained(
    "tech-tweakers/XCT-Qwen3-4B",
    device_map="auto"
)

prompt = """
You are Polaris XCT Executor.

Environment is trusted and stable.
Do not act without explicit instruction.
One step per iteration.
"""

inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(
    **inputs,
    max_new_tokens=128
)

print(tokenizer.decode(outputs[0], skip_special_tokens=False))

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.