10.8 MB
5 files
Updated 29 days ago
NameSize
data
README.md1.48 kB
xet
README.md

HuggingFace AI Coding Tools Dashboard

Benchmark data from the HuggingFace AI Dashboard — tracking how AI coding tools (Claude Code, Codex, Copilot, Cursor) recommend HuggingFace products across 32 developer categories.

Dataset Structure

Split Description Rows
results Full benchmark results with LLM responses, cost, tokens, latency, and product detection 8881
queries Benchmark query definitions across 32 categories 263
runs Run metadata and tool/model configurations 1
products HuggingFace product catalog with detection keywords 44

Key Fields (results)

  • tool: AI coding tool tested (claude_code, codex, copilot, cursor)
  • model: Specific model used
  • response: Full raw LLM response text
  • detected_products: HuggingFace products mentioned in the response
  • cost_usd / tokens_input / tokens_output / latency_ms: Performance metrics

Example Queries

DuckDB:

SELECT tool, COUNT(*) as mentions
FROM results
WHERE response LIKE '%xet%'
GROUP BY tool

Python:

from datasets import load_dataset
ds = load_dataset("davidkling/hf-coding-tools-dashboard")
Total size
10.8 MB
Files
5
Last updated
Apr 15
Pre-warmed CDN
US EU US EU

Contributors