Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

google
/
tapas-tiny-finetuned-sqa

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

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

  • Libraries
  • Transformers

    How to use google/tapas-tiny-finetuned-sqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("table-question-answering", model="google/tapas-tiny-finetuned-sqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("google/tapas-tiny-finetuned-sqa")
    model = AutoModelForTableQuestionAnswering.from_pretrained("google/tapas-tiny-finetuned-sqa")
  • Notebooks
  • Google Colab
  • Kaggle
tapas-tiny-finetuned-sqa
36.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
nielsr's picture
nielsr HF Staff
Remove question-answering tag
9e62729 over 4 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • README.md
    7.7 kB
    Remove question-answering tag over 4 years ago
  • config.json
    1.55 kB
    Upload TF model over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    18.1 MB
    xet
    First commit over 5 years ago
  • special_tokens_map.json
    154 Bytes
    First commit over 5 years ago
  • tf_model.h5
    18.2 MB
    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