hf_token_classification_payload | R Documentation |
Usually used for sentence parsing, either grammatical, or Named Entity Recognition (NER) to understand keywords contained within text.
hf_token_classification_payload(string, aggregation_strategy = "simple")
string |
a string to be classified |
aggregation_strategy |
(Default: simple). There are several aggregation strategies. |
An inference payload
https://huggingface.co/docs/api-inference/detailed_parameters#token-classification-task
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.