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

  • Log In
  • Sign Up

Rocketknight1
/
transformers-qa

Question Answering
Transformers
google-tensorflow TensorFlow
distilbert
generated_from_keras_callback
Model card Files Files and versions
xet
Community
1

Instructions to use Rocketknight1/transformers-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Rocketknight1/transformers-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Rocketknight1/transformers-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Rocketknight1/transformers-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("Rocketknight1/transformers-qa")
  • Notebooks
  • Google Colab
  • Kaggle
transformers-qa
261 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Rocketknight1's picture
Rocketknight1 HF Staff
add model
a603761 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    1.31 kB
    add model over 4 years ago
  • config.json
    559 Bytes
    add model over 4 years ago
  • tf_model.h5
    261 MB
    xet
    add model over 4 years ago