reteplayground
Aggregate

Which models power the most Spaces

ModelSpaces
Qwen2.5-Coder-32B-Instruct33,872
zephyr-7b-beta21,002
all-MiniLM-L6-v219,569
gpt-oss-20b14,704
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 1.4 s · 3.0 MB of 1108.0 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX hf: <https://w3id.org/rete/huggingface#> SELECT ?model (COUNT(?space) AS ?spaces) WHERE { ?space hf:usesModel ?model . } GROUP BY ?model ORDER BY DESC(?spaces) LIMIT 20

rete playground · documentation · github.com/caviri/rete