scripts/inference-providers/templates/task/table-question-answering.handlebars (16 lines of code) (raw):
## Table Question Answering
Table Question Answering (Table QA) is the answering a question about an information on a given table.
{{{tips.linksToTaskPage.table-question-answering}}}
### Recommended models
{{#each recommendedModels.table-question-answering}}
- [{{this.id}}](https://huggingface.co/{{this.id}}): {{this.description}}
{{/each}}
{{{tips.listModelsLink.table-question-answering}}}
### Using the API
{{{snippets.table-question-answering}}}
### API specification
#### Request
{{{constants.specsHeaders}}}
{{{specs.table-question-answering.input}}}
#### Response
{{{specs.table-question-answering.output}}}