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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HariomSahu
/
distilbert-squad-qa

Question Answering
Transformers
Safetensors
English
distilbert
squad
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use HariomSahu/distilbert-squad-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="HariomSahu/distilbert-squad-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("HariomSahu/distilbert-squad-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("HariomSahu/distilbert-squad-qa")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-squad-qa
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
HariomSahu's picture
HariomSahu
Fine-tuned distilbert-base-uncased on SQuAD - Best F1: 85.2786
d7aa003 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    2.04 kB
    Fine-tuned distilbert-base-uncased on SQuAD - Best F1: 85.2786 10 months ago
  • config.json
    515 Bytes
    Training run v20250726_220146 - F1: 84.5969, EM: 76.2725 10 months ago
  • eval_results.json
    64 Bytes
    Fine-tuned distilbert-base-uncased on SQuAD - Best F1: 85.2786 10 months ago
  • model.safetensors
    265 MB
    xet
    Fine-tuned distilbert-base-uncased on SQuAD - Best F1: 85.2786 10 months ago
  • special_tokens_map.json
    125 Bytes
    Training run v20250726_220146 - F1: 84.5969, EM: 76.2725 10 months ago
  • tokenizer.json
    712 kB
    Fine-tuned distilbert-base-uncased on SQuAD - Best F1: 85.2786 10 months ago
  • tokenizer_config.json
    1.23 kB
    Training run v20250726_220146 - F1: 84.5969, EM: 76.2725 10 months ago
  • training_config.json
    1.19 kB
    Fine-tuned distilbert-base-uncased on SQuAD - Best F1: 85.2786 10 months ago
  • vocab.txt
    232 kB
    Training run v20250726_220146 - F1: 84.5969, EM: 76.2725 10 months ago