Close menu
Explore Plans
Mobile menu Close menu
Hugging Face

New dataset added

This trigger fires when a new dataset matching your keyword is added to the Hugging Face Hub.

Developer info

API endpoint slug
hugging_face.new_dataset_added

Trigger fields

Keyword Text input > Other

Label
Keyword
Helper text
Watch for new datasets whose name or description matches this keyword, e.g. medical or multilingual.
Slug
keyword
Required
true
Can have default value
true

Ingredients

Dataset The full Hugging Face dataset ID, including the author.

Slug
dataset_id
Filter code
HuggingFace.newDatasetAdded.DatasetId
Type
String
Example
priyamallojjala/eka-medical-asr-evaluation-dataset

Dataset name The dataset name, without the author prefix.

Slug
dataset_name
Filter code
HuggingFace.newDatasetAdded.DatasetName
Type
String
Example
eka-medical-asr-evaluation-dataset

Dataset author The dataset's author or organization.

Slug
dataset_author
Filter code
HuggingFace.newDatasetAdded.DatasetAuthor
Type
String
Example
priyamallojjala

Dataset description The dataset's description.

Slug
dataset_description
Filter code
HuggingFace.newDatasetAdded.DatasetDescription
Type
String
Example
The Eka Medical ASR Evaluation Dataset enables comprehensive evaluation of automatic speech recognition systems.

Dataset url The URL of the dataset on Hugging Face.

Slug
dataset_url
Filter code
HuggingFace.newDatasetAdded.DatasetUrl
Type
String
Example
https://huggingface.co/datasets/priyamallojjala/eka-medical-asr-evaluation-dataset

Created at When the dataset was created.

Slug
created_at
Filter code
HuggingFace.newDatasetAdded.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00