What is the Who What Benchmark (WWB)?
masterThe Who What Benchmark (WWB) is a simple accuracy benchmarking tool for Generative AI models. Its primary purpose is to estimate the similarity score between embeddings computed from data generated by two different models (e.g., a baseline model vs. an optimized/quantized model).
Supported Use Cases
- LLMs (Text Generation): Supports HuggingFace Transformers (including Bitsandbytes, GPTQ), OpenVINO/NNCF via Optimum-Intel, OpenVINO GenAI, and Llama.cpp via BigDL-LLM.
- Text-to-Image Pipelines: Validates pipelines by computing similarity scores between images generated by Diffusers, Optimum-Intel, and OpenVINO GenAI using the
Text2ImageEvaluatorclass. - Visual Language Pipelines (VLMs): Validates pipelines using the
VisualTextEvaluatorclass. - Text-to-Video: Evaluates video generation (defaults
guidance_scaleto 1; higher values enable CFG).