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

jimboHsueh
/
QA

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

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

  • Libraries
  • Transformers

    How to use jimboHsueh/QA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="jimboHsueh/QA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("jimboHsueh/QA")
    model = AutoModelForQuestionAnswering.from_pretrained("jimboHsueh/QA", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
QA
1.31 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
jimboHsueh's picture
jimboHsueh
End of training
5336bcd almost 3 years ago
  • .gitattributes
    1.58 kB
    End of training almost 3 years ago
  • .gitignore
    15 Bytes
    End of training almost 3 years ago
  • added_tokens.json
    82 Bytes
    End of training almost 3 years ago
  • all_results.json
    79 Bytes
    End of training almost 3 years ago
  • config.json
    911 Bytes
    End of training almost 3 years ago
  • eval_nbest_predictions.json
    14.3 MB
    xet
    End of training almost 3 years ago
  • eval_predictions.json
    215 kB
    End of training almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.3 GB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    End of training almost 3 years ago
  • tokenizer.json
    439 kB
    End of training almost 3 years ago
  • tokenizer_config.json
    1.25 kB
    End of training almost 3 years ago
  • vocab.txt
    110 kB
    End of training almost 3 years ago