Skip to contents

Search papers indexed by Hugging Face.

Usage

hf_search_papers(search = NULL, limit = 30, token = NULL)

Arguments

Character string or NULL. Search query.

limit

Integer. Maximum number of papers to return.

token

Character string or NULL. API token for authentication.

Value

A tibble with paper metadata.

Examples

if (FALSE) { # \dontrun{
hf_search_papers("transformers", limit = 10)
} # }