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

  • Log In
  • Sign Up

njt1980
/
JIRAHelper

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

Instructions to use njt1980/JIRAHelper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use njt1980/JIRAHelper with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("table-question-answering", model="njt1980/JIRAHelper")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("njt1980/JIRAHelper")
    model = AutoModelForTableQuestionAnswering.from_pretrained("njt1980/JIRAHelper")
  • Notebooks
  • Google Colab
  • Kaggle
JIRAHelper
3.04 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
njt1980's picture
njt1980
Upload config.json
c30e5a6 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.52 kB
    Upload config.json over 2 years ago