Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Meena
/
table-question-answering-tapas
like
8
Table Question Answering
Transformers
PyTorch
sqa
English
tapas
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
4
Train
Deploy
Use this model
refs/pr/1
table-question-answering-tapas
/
special_tokens_map.json
Meena
add tokenizer
11151eb
over 2 years ago
raw
Copy download link
history
blame
Safe
154 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"additional_special_tokens"
:
[
"[EMPTY]"
]
}