hf_table_question_answering_payload | R Documentation |
Don’t know SQL? Don’t want to dive into a large spreadsheet? Ask questions in plain english!
hf_table_question_answering_payload(query, table)
query |
The query in plain text that you want to ask the table |
table |
A table of data represented as a dict of list where entries are headers and the lists are all the values, all lists must have the same size. |
An inference payload
https://huggingface.co/docs/api-inference/detailed_parameters#table-question-answering-task
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.