Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-qx64-hi-mlx
4.3K
6
license:lgpl-3.0
by
nightmedia
Language Model
OTHER
27B params
New
4K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
61GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
26GB+ RAM
Training Data Analysis
π‘ Average (4.3/10)
Researched training datasets used by Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-qx64-hi-mlx with quality assessment
Specialized For
general
science
multilingual
reasoning
Training Datasets (3)
common crawl
π΄ 2.5/10
general
science
Key Strengths
- β’Scale and Accessibility: At 9.5+ petabytes, Common Crawl provides unprecedented scale for training d...
- β’Diversity: The dataset captures billions of web pages across multiple domains and content types, ena...
- β’Comprehensive Coverage: Despite limitations, Common Crawl attempts to represent the broader web acro...
Considerations
- β’Biased Coverage: The crawling process prioritizes frequently linked domains, making content from dig...
- β’Large-Scale Problematic Content: Contains significant amounts of hate speech, pornography, violent c...
wikipedia
π‘ 5/10
science
multilingual
Key Strengths
- β’High-Quality Content: Wikipedia articles are subject to community review, fact-checking, and citatio...
- β’Multilingual Coverage: Available in 300+ languages, enabling training of models that understand and ...
- β’Structured Knowledge: Articles follow consistent formatting with clear sections, allowing models to ...
Considerations
- β’Language Inequality: Low-resource language editions have significantly lower quality, fewer articles...
- β’Biased Coverage: Reflects biases in contributor demographics; topics related to Western culture and ...
arxiv
π‘ 5.5/10
science
reasoning
Key Strengths
- β’Scientific Authority: Peer-reviewed content from established repository
- β’Domain-Specific: Specialized vocabulary and concepts
- β’Mathematical Content: Includes complex equations and notation
Considerations
- β’Specialized: Primarily technical and mathematical content
- β’English-Heavy: Predominantly English-language papers
Explore our comprehensive training dataset analysis
View All DatasetsCode Examples
Use with mlxbash
pip install mlx-lmUse with mlxpython
from mlx_lm import load, generate
model, tokenizer = load("Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-qx64-hi-mlx")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True, return_dict=False,
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.