CoolFace
Modelpublic

mlx-community/Youtu-LLM-2B

sourceHugging Faceotherupdated 9mo agoView on Hugging Face
1likes21downloads
Model Card

Youtu-LLM-2B MLX

MLX-optimized version of tencent/Youtu-LLM-2B for Apple Silicon.

Quick Start

bash
pip install mlx-lm

mlx_lm.generate \
  --model mlx-community/Youtu-LLM-2B \
  --prompt "Hello, what can you do?" \
  --max-tokens 100

Model Details

  • —Base Model: tencent/Youtu-LLM-2B
  • —Parameters: 1.96B
  • —Context: 128K tokens
  • —Architecture: Dense MLA (Multi-head Latent Attention)
  • —Framework: MLX (Apple Silicon optimized)

Performance (M3 Ultra)

QuantPromptGenerationMemory
bf16118 tok/s112 tok/s4.7GB
4-bit202 tok/s205 tok/s1.3GB

Features

  • —Reasoning Mode: Uses <think> tags for Chain of Thought
  • —128K Context: Long document understanding
  • —Agentic: Strong on SWE-Bench, GAIA benchmarks

Benchmarks (vs Qwen3-4B)

BenchmarkYoutu-LLM-2BQwen3-4B
HumanEval95.9%95.4%
SWE-Bench17.7%5.7%
GAIA33.9%25.5%

Other Quantizations

Technical Note

Converted using deepseek_v2 architecture mapping (compatible MLA implementation).

License

See original model license.