from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("google/tapas-mini-finetuned-wtq") model = AutoModelForTableQuestionAnswering.from_pretrained("google/tapas-mini-finetuned-wtq")
git lfs install git clone https://huggingface.co/google/tapas-mini-finetuned-wtq # if you want to clone without large files – just their pointers # prepend your git clone with the following env var: GIT_LFS_SKIP_SMUDGE=1