| hf_model_info | R Documentation |
Retrieve detailed information about a specific model.
hf_model_info(model_id, token = NULL)
model_id |
Character string. The model ID (e.g., "bert-base-uncased"). |
token |
Character string or NULL. API token for authentication. |
A list with detailed model information.
## Not run:
# Get model details
hf_model_info("sentence-transformers/all-MiniLM-L6-v2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.