Hugging Face · Schema
ModelSummary
Properties
| Name | Type | Description |
|---|---|---|
| _id | string | Unique model identifier |
| id | string | Model repository ID (e.g., bert-base-uncased) |
| modelId | string | Alias for id |
| author | string | Model author or organization |
| sha | string | Latest commit SHA |
| lastModified | string | Last modification timestamp |
| private | boolean | Whether the model is private |
| disabled | boolean | |
| gated | boolean | Whether access is gated |
| pipeline_tag | string | Pipeline task tag |
| tags | array | |
| downloads | integer | Total download count |
| likes | integer | Total like count |
| library_name | string | Primary ML library |
| createdAt | string |