Update README.md
This commit is contained in:
parent
08b43d3f06
commit
03c7da25f9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue