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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

google
/
tapas-medium-finetuned-wikisql-supervised

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

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

  • Libraries
  • Transformers

    How to use google/tapas-medium-finetuned-wikisql-supervised with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("table-question-answering", model="google/tapas-medium-finetuned-wikisql-supervised")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("google/tapas-medium-finetuned-wikisql-supervised")
    model = AutoModelForTableQuestionAnswering.from_pretrained("google/tapas-medium-finetuned-wikisql-supervised", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tapas-medium-finetuned-wikisql-supervised
345 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
system's picture
system HF Staff
initial commit
1edc028 almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago