ai-mlaimachine-learninghuggingfacemodelsnlpdeep-learningtransformers

Hugging Face AI Model Directory — 12K Models with Metadata

Category
Ai-ml
Records
12,000 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

Comprehensive directory of 12,000 AI/ML models from the Hugging Face Hub, ranked by popularity. Each record includes the model identifier, author, model name, pipeline task (text-generation, image-classification, sentence-similarity, etc.), ML library (transformers, diffusers, sentence-transformers, etc.), total download count, monthly downloads, community likes, framework tags, creation date, privacy status, and gating information. Covers the top 12,000 most-downloaded models across 30+ task categories and 20+ ML frameworks. Useful for AI/ML ecosystem analysis, model popularity trends, framework adoption research, and building model recommendation systems. Sources: Hugging Face Hub public API (huggingface.co/api/models). Columns: model_id, author, model_name, pipeline_task, library, downloads_total, downloads_monthly, likes, tags, created_at, last_modified, is_private, gated

Schema

NameTypeDescription
model_idstring
authorstring
model_namestring
pipeline_taskstring
librarystring
downloads_totalstring
downloads_monthlystring
likesstring
tagsstring
created_atstring
last_modifiedstring
is_privatestring
gatedstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 4.7 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Hugging Face AI Model Director" })
// Found: 756c67ea-99ee-42c9-91fc-a7932c70eecb
get_download_url({ dataset_id: "756c67ea-99ee-42c9-91fc-a7932c70eecb" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/756c67ea-99ee-42c9-91fc-a7932c70eecb/download-url