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

Marco-Nano-Instruct REAP Pruned 0.15

This is a pruned derivative of ATH-MaaS/Marco-Nano-Instruct, produced with CerebrasResearch/reap layerwise REAP pruning in a Codex-assisted experiment (GPT5.5 xhigh ).

Details

  • Pruning method: REAP layerwise pruning
  • Requested compression ratio: 0.15
  • Experts retained: 198
  • Experts per token: 8
  • Calibration dataset: theblackcat102/evol-codealpaca-v1
  • model_max_length: 2048
  • batches_per_category: 128
  • batch_size: 1
  • batch_group_size: 8
  • Format: safetensors

Notes

This checkpoint was created for a low-resource pruning experiment on a 6GB VRAM environment. Benchmark evaluation was not run. A short prompt smoke check showed this ratio to be the most stable of the tested Marco-Nano pruning ratios, especially in English; Japanese and Chinese outputs may still show repetition or wording artifacts.

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

Model tree for sasa2000/Marco-Nano-Instruct-REAP-7B-A0.6B

Finetuned
(3)
this model