Hugging Face · Example Payload

Hugging Face Hub Dataset Summary Example

A sample description.

Hugging Face Hub Dataset Summary Example is an example object payload from Hugging Face, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_ididauthorshalastModifiedprivategateddisabledtagsdownloadslikescreatedAtdescription

Example Payload

Raw ↑
{
  "_id": "500123",
  "id": "abc123",
  "author": "example_value",
  "sha": "example_value",
  "lastModified": "example_value",
  "private": true,
  "gated": true,
  "disabled": true,
  "tags": [],
  "downloads": 10,
  "likes": 10,
  "createdAt": "example_value",
  "description": "A sample description."
}