Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

google
/
tapas-large-finetuned-wtq

Table Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
English
tapas
Model card Files Files and versions
xet
Community
3

Instructions to use google/tapas-large-finetuned-wtq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/tapas-large-finetuned-wtq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("table-question-answering", model="google/tapas-large-finetuned-wtq")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("google/tapas-large-finetuned-wtq")
    model = AutoModelForTableQuestionAnswering.from_pretrained("google/tapas-large-finetuned-wtq")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
tapas-large-finetuned-wtq
4.04 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
lysandre's picture
lysandre HF Staff
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
f58317a over 2 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • README.md
    7.22 kB
    Update README.md almost 4 years ago
  • config.json
    1.66 kB
    Upload TF model over 4 years ago
  • model.safetensors
    1.35 GB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.35 GB
    xet
    First commit over 5 years ago
  • special_tokens_map.json
    154 Bytes
    First commit over 5 years ago
  • tf_model.h5
    1.35 GB
    xet
    Upload TF model over 4 years ago
  • tokenizer_config.json
    490 Bytes
    First commit over 5 years ago
  • vocab.txt
    262 kB
    First commit over 5 years ago