Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

junafinity
/
qwen38-mtp-head-fc-bf16-4bit

Text Generation
MLX
Safetensors
qwen3_5_mtp
qwen3.8
multi-token-prediction
speculative-decoding
qwen3_5
apple-silicon
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use junafinity/qwen38-mtp-head-fc-bf16-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use junafinity/qwen38-mtp-head-fc-bf16-4bit with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    # if on a CUDA device, also pip install mlx[cuda]
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("junafinity/qwen38-mtp-head-fc-bf16-4bit")
    
    prompt = "Once upon a time in"
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • MLX LM

    How to use junafinity/qwen38-mtp-head-fc-bf16-4bit with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "junafinity/qwen38-mtp-head-fc-bf16-4bit" --prompt "Once upon a time"
  • Atomic Chat
qwen38-mtp-head-fc-bf16-4bit
314 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
junafinity's picture
junafinity
docs: honesty block โ€” not unique vision-bf16, MTP drop, no invented tok/s
d8c333b verified 24 days ago
  • .gitattributes
    1.52 kB
    initial commit 30 days ago
  • README.md
    3.5 kB
    docs: honesty block โ€” not unique vision-bf16, MTP drop, no invented tok/s 24 days ago
  • config.json
    3.57 kB
    Mixed-precision MTP head: bf16 fc, 4-bit/g64 elsewhere 30 days ago
  • model.safetensors
    314 MB
    xet
    Mixed-precision MTP head: bf16 fc, 4-bit/g64 elsewhere 30 days ago
  • model.safetensors.index.json
    1.7 kB
    Mixed-precision MTP head: bf16 fc, 4-bit/g64 elsewhere 30 days ago