hf_ez_question_answering_local_inference | R Documentation |
Question Answering Local Inference
hf_ez_question_answering_local_inference(question, context, tidy = TRUE, ...)
question |
a question to be answered based on the provided context |
context |
the context to consult for answering the question |
tidy |
Whether to tidy the results into a tibble. Default: TRUE (tidy the results) |
The results of the inference
https://huggingface.co/docs/transformers/main/en/pipeline_tutorial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.