allenai/c4
Viewer • Updated • 10.4B • 1.5M • 610
How to use empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'docker model run hf.co/empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit
How to use empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit with SGLang:
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
--model-path "empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit" \
--host 0.0.0.0 \
--port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'docker run --gpus all \
--shm-size 32g \
-p 30000:30000 \
-v ~/.cache/huggingface:/root/.cache/huggingface \
--env "HF_TOKEN=<secret>" \
--ipc=host \
lmsysorg/sglang:latest \
python3 -m sglang.launch_server \
--model-path "empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit" \
--host 0.0.0.0 \
--port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'How to use empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit with Docker Model Runner:
docker model run hf.co/empirischtech/DeepSeek-R1-Distill-Llama-70B-gptq-4bit
This document presents the evaluation results of DeepSeek-R1-Distill-Llama-70B, a 4-bit quantized model using GPTQ, evaluated with the Language Model Evaluation Harness on the ARC-Challenge benchmark.
| Metric | Value | Description | 8bit |
|---|---|---|---|
| Accuracy (acc,none) | 21.2% |
Raw accuracy - percentage of correct answers. | 21.2% |
| Standard Error (acc_stderr,none) | 1.19% |
Uncertainty in the accuracy estimate. | 1.2% |
| Normalized Accuracy (acc_norm,none) | 25.4% |
Accuracy after dataset-specific normalization. | 25.2% |
| Standard Error (acc_norm_stderr,none) | 1.27% |
Uncertainty for normalized accuracy. | 1.3% |
📌 Interpretation:
DeepSeek-R1-Distill-Llama-70B70 billion4-bit GPTQhf)torch.float16NVIDIA A100 80GB PCIe12.42.6.0+cu1241365.89 seconds (~6 minutes)📌 Interpretation:
AI2 ARC-ChallengeMultiple Choice1,1720 (Zero-shot setting)📌 Interpretation:
"higher_is_better" flag confirms that higher accuracy is preferred.| Metric | Value | Description |
|---|---|---|
| MMLU | 37.88% |
Averaged over MMLU-Stem, MMLU-Social-Sciences, MMLU-Humanities, MMLU-ther |
| MMLU-Humanities | 31.83% |
Averaged over MMLU-Formal-Logic, MMLU-Prehistory, MMLU-World-Religions, MMLU-Philosophy, MMLU-High-School-World-History, MMLU-Professional-Law, MMLU-High-School-US-History, MMLU-Logical-Fallacies, MMLU-International-Law, MMLU-High-School-European-History, MMLU-Moral-Disputes, MMLU-Moral-Scenarios, MMLU-Jurisprudence |
| MMLU-Social-Sciences | 45.43% |
Averaged over MMLU-Public-Relations, MMLU-Sociology, MMLU-Security-Studies, MMLU-High-School-Government-and-Politics, MMLU-High-School-Psychology, MMLU-Human-Sexuality, MMLU-US-Foreign-Policy, MMLU-High-School-Microeconomics, MMLU-Econometrics, MMLU-High-School-Macroeconomics, MMLU-High-School-Geography, MMLU-Professional-Psychology |
| MMLU-Stem | 33.01% |
Averaged over MMLU-Conceptual-Physics, MMLU-High-School-Chemistry, MMLU-College-Biology, MMLU-College-Chemistry, MMLU-Machine-Learning, MMLU-Elementary-Mathematics, MMLU-Abstract-Algebra, MMLU-Astronomy, MMLU-High-School-Statistics, MMLU-Anatomy, MMLU-College-Mathematics, MMLU-Computer-Security, MMLU-College-Computer-Science, MMLU-Electrical-Engineering, MMLU-College-Physics, MMLU-High-School-Computer-Science, MMLU-High-School-Physics, MMLU-High-School-Biology, MMLU-High-School-Mathematics |
| MMLU-Other | 44.48% |
Averaged over MMLU-Medical-Genetics, MMLU-Global-Facts, MMLU-Marketing, MMLU-College-Medicine, MMLU-Human-Aging, MMLU-Virology, MMLU-Business-Ethics, MMLU-Clinical-Knowledge, MMLU-Professional-Medicine, MMLU-Nutrition, MMLU-Miscellaneous, MMLU-Professional-Accounting, MMLU-Management |
📌 Let us know if you need further analysis or model tuning! 🚀
Base model
deepseek-ai/DeepSeek-R1-Distill-Llama-70B