Update README.md

This commit is contained in:
Qian Liu 2022-03-10 08:26:35 +00:00 committed by huggingface-web
parent 08b43d3f06
commit 03c7da25f9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ TAPEX (**Ta**ble **P**re-training via **Ex**ecution) is a conceptually simple an
TAPEX is based on the BART architecture, the transformer encoder-encoder (seq2seq) model with a bidirectional (BERT-like) encoder and an autoregressive (GPT-like) decoder.
This model is the `tapex-base` model fine-tuned on the [WikiSQL](https://huggingface.co/datasets/wikisql) dataset.
This model is the `tapex-base` model fine-tuned on the [WikiTableQuestions](https://huggingface.co/datasets/wikitablequestions) dataset.
## Intended Uses