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

  • Log In
  • Sign Up

lysandre
/
tiny-tapas-random-sqa

Table Question Answering
Transformers
PyTorch
tapas
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use lysandre/tiny-tapas-random-sqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("table-question-answering", model="lysandre/tiny-tapas-random-sqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("lysandre/tiny-tapas-random-sqa")
    model = AutoModelForTableQuestionAnswering.from_pretrained("lysandre/tiny-tapas-random-sqa")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-tapas-random-sqa
187 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
lysandre's picture
lysandre HF Staff
Small vocab
2174c2e over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • config.json
    1.46 kB
    SQA is not WTQ over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    185 kB
    Initial commit over 5 years ago
  • special_tokens_map.json
    154 Bytes
    Tokenizer over 5 years ago
  • tokenizer_config.json
    541 Bytes
    Tokenizer over 5 years ago
  • vocab.txt
    91 Bytes
    Small vocab over 5 years ago