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

  • Log In
  • Sign Up

Kapilydv6
/
my-qa-model

Question Answering
Transformers
Safetensors
English
distilbert
extractive-qa
squad
beginner
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Kapilydv6/my-qa-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Kapilydv6/my-qa-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Kapilydv6/my-qa-model")
    model = AutoModelForQuestionAnswering.from_pretrained("Kapilydv6/my-qa-model")
  • Notebooks
  • Google Colab
  • Kaggle
my-qa-model
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Kapilydv6's picture
Kapilydv6
Upload README.md with huggingface_hub
bc77c16 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    1.73 kB
    Upload README.md with huggingface_hub about 2 months ago
  • config.json
    613 Bytes
    Upload DistilBertForQuestionAnswering about 2 months ago
  • model.safetensors
    265 MB
    xet
    Upload DistilBertForQuestionAnswering about 2 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    533 Bytes
    Upload tokenizer about 2 months ago