HuggingfaceClient.Inference.Task.TableQuestionAnswering (huggingface_client v0.1.0)

Copy Markdown View Source

Question answering over tabular data (TAPAS-style).

Summary

Functions

Runs the table-question-answering task.

Functions

run(client, args)

@spec run(HuggingfaceClient.Client.t(), map()) ::
  {:ok, term()} | {:error, Exception.t()}

Runs the table-question-answering task.

Returns {:ok, result} or {:error, exception}.