Queries information about Hub repositories
hub_repo_info(
repo_id,
...,
repo_type = NULL,
revision = NULL,
files_metadata = FALSE
)hub_dataset_info(repo_id, ..., revision = NULL, files_metadata = FALSE)
The repository identifier, eg "bert-base-uncased"
or "deepset/sentence_bert"
.
currenytly unused.
The type of the repository. Currently only "model"
is supported.
Revision (branch, tag or commitid) to download the file from.
Obtain files metadata information when querying repository information.
hub_dataset_info()
: Query information from a Hub Dataset