Qian Liu commited on
Commit
03c7da2
1 Parent(s): 08b43d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ TAPEX (**Ta**ble **P**re-training via **Ex**ecution) is a conceptually simple an
15
 
16
  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.
17
 
18
- This model is the `tapex-base` model fine-tuned on the [WikiSQL](https://huggingface.co/datasets/wikisql) dataset.
19
 
20
  ## Intended Uses
21
 
 
15
 
16
  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.
17
 
18
+ This model is the `tapex-base` model fine-tuned on the [WikiTableQuestions](https://huggingface.co/datasets/wikitablequestions) dataset.
19
 
20
  ## Intended Uses
21