| hf_list_tasks | R Documentation |
List all available task types on Hugging Face.
hf_list_tasks(pattern = NULL)
pattern |
Character string or NULL. Optional regex pattern to filter tasks. |
A character vector of task names.
## Not run:
# List all tasks
hf_list_tasks()
# Filter tasks
hf_list_tasks(pattern = "classification")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.