How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "MoNE-Pruning/Qwen2-57B-A14B-Instruct-MoNE-48-math-100"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "MoNE-Pruning/Qwen2-57B-A14B-Instruct-MoNE-48-math-100",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/MoNE-Pruning/Qwen2-57B-A14B-Instruct-MoNE-48-math-100
Quick Links

Qwen2-57B-A14B-Instruct-MoNE-48-math-100

This repository contains a structured pruned variant of Qwen2-57B-A14B-Instruct using the MoNE (Mixture-of-Novice Experts) framework proposed in our paper.

Model Overview

  • Base Model: Qwen2-57B-A14B-Instruct
  • Method: MoNE structured expert pruning
  • Remaining Experts: 48
  • Calibration Set: hendrycks_math-100
  • Architecture: Mixture-of-Experts (MoE)
  • Framework: Transformers-compatible
    This checkpoint replaces redundant experts with lightweight novice experts via structured pruning, aiming to reduce compute while preserving performance.

Paper

Title: MoNE: Replacing Redundant Experts with Lightweight Novices for Structured Pruning of MoE
Authors: Geng Zhang, Yuxuan Han, Yuxuan Lou, Yiqi Zhang, Wangbo Zhao, Yang You
arXiv: arXiv:2507.00390

Downloads last month
23
Safetensors
Model size
45B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for MoNE-Pruning/Qwen2-57B-A14B-Instruct-MoNE-48-math-100

Finetuned
(2)
this model

Paper for MoNE-Pruning/Qwen2-57B-A14B-Instruct-MoNE-48-math-100