Skip to content

Commit

Permalink
table document question answering issue (#418)
Browse files Browse the repository at this point in the history
There was an error in the variable name used in the code
  • Loading branch information
VpkPrasanna authored Dec 15, 2023
1 parent 23311f1 commit 329090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/tasks/table-question-answering/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tqa = pipeline(task="table-question-answering", model="google/tapas-large-finetu

# result

print(tqa(table=table, query=query)['cells'][0])
print(tqa(table=table, query=question)['cells'][0])
#53

```
Expand Down

0 comments on commit 329090c

Please sign in to comment.