diff --git a/README.md b/README.md index 5a760d0..12beb1f 100644 --- a/README.md +++ b/README.md @@ -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