ssakethch/h200-quantization-benchmarks
H200 Quantization Benchmarks Benchmark results for 40 quantized and non-quantized instruction-tuned LLMs evaluated on an NVIDIA H200 MIG (Multi-Instance GPU) setup. This dataset supports reproducible comparison of quantization methods (AWQ, GPTQ, fp8, bf16) across accuracy and throughput dimensions. Dataset Configs Config Description Rows accuracy Per-task accuracy results from lm-eval across all models ~240 accuracy_leaderboard Aggregated accuracy… See the full description on the dataset page: https://huggingface.co/datasets/ssakethch/h200-quantization-benchmarks.
H200 Quantization Benchmarks
Benchmark results for 40 quantized and non-quantized instruction-tuned LLMs evaluated on an NVIDIA H200 MIG (Multi-Instance GPU) setup. This dataset supports reproducible comparison of quantization methods (AWQ, GPTQ, fp8, bf16) across accuracy and throughput dimensions.
Dataset Configs
Hardware
- GPU: NVIDIA H200 SXM (141 GB HBM3e)
- Setup: MIG (Multi-Instance GPU) partitioned instances
- Inference engine: vLLM
Quantization Methods
Evaluation Tasks
Accuracy benchmarks are run with lm-evaluation-harness across:
arc_challenge— ARC Challenge (25-shot)hellaswag— HellaSwag (10-shot)winogrande— Winogrande (5-shot)gsm8k— GSM8K math reasoning (5-shot)mmlu/mmlu_abstract_algebra— MMLU (5-shot)
Usage
from datasets import load_dataset
# Load accuracy benchmarks
accuracy = load_dataset("ssakethch/h200-quantization-benchmarks", "accuracy")
# Load model inventory
inventory = load_dataset("ssakethch/h200-quantization-benchmarks", "model_inventory")
# Load throughput benchmarks
throughput = load_dataset("ssakethch/h200-quantization-benchmarks", "throughput")
# Load leaderboards
acc_lb = load_dataset("ssakethch/h200-quantization-benchmarks", "accuracy_leaderboard")
thr_lb = load_dataset("ssakethch/h200-quantization-benchmarks", "throughput_leaderboard")Schema
accuracy
model_inventory
License
MIT
