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
/
albert-squad-qa

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="HariomSahu/albert-squad-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("HariomSahu/albert-squad-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("HariomSahu/albert-squad-qa")
  • Notebooks
  • Google Colab
  • Kaggle
albert-squad-qa
46.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
HariomSahu's picture
HariomSahu
Training run v20250727_173457 - F1: 88.7676, EM: 80.4541
9fa2b06 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    2 kB
    Training run v20250727_173457 - F1: 88.7676, EM: 80.4541 10 months ago
  • config.json
    798 Bytes
    Training run v20250727_153045 - F1: 88.4728, EM: 80.4825 10 months ago
  • eval_results.json
    65 Bytes
    Training run v20250727_173457 - F1: 88.7676, EM: 80.4541 10 months ago
  • model.safetensors
    44.4 MB
    xet
    Training run v20250727_173457 - F1: 88.7676, EM: 80.4541 10 months ago
  • special_tokens_map.json
    286 Bytes
    Training run v20250727_153045 - F1: 88.4728, EM: 80.4825 10 months ago
  • tokenizer.json
    2.27 MB
    Training run v20250727_153045 - F1: 88.4728, EM: 80.4825 10 months ago
  • tokenizer_config.json
    1.25 kB
    Training run v20250727_153045 - F1: 88.4728, EM: 80.4825 10 months ago
  • training_config.json
    1.7 kB
    Training run v20250727_173457 - F1: 88.7676, EM: 80.4541 10 months ago