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

abhilash1910
/
albert-squad-v2

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

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

  • Libraries
  • Transformers

    How to use abhilash1910/albert-squad-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="abhilash1910/albert-squad-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("abhilash1910/albert-squad-v2")
    model = AutoModelForQuestionAnswering.from_pretrained("abhilash1910/albert-squad-v2")
  • Notebooks
  • Google Colab
  • Kaggle
albert-squad-v2
269 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
abhilash1910's picture
abhilash1910
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
6a1770d almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#3) almost 3 years ago
  • README.md
    994 Bytes
    Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#2) about 3 years ago
  • config.json
    836 Bytes
    initial commit almost 5 years ago
  • model.safetensors
    66.6 MB
    xet
    Adding `safetensors` variant of this model (#3) almost 3 years ago
  • optimizer.pt
    133 MB
    xet
    initial commit almost 5 years ago
  • pytorch_model.bin
    66.6 MB
    xet
    initial commit almost 5 years ago
  • rng_state.pth
    14.5 kB
    xet
    initial commit almost 5 years ago
  • scheduler.pt
    623 Bytes
    xet
    initial commit almost 5 years ago
  • special_tokens_map.json
    245 Bytes
    initial commit almost 5 years ago
  • tokenizer.json
    1.31 MB
    initial commit almost 5 years ago
  • tokenizer_config.json
    479 Bytes
    initial commit almost 5 years ago
  • trainer_state.json
    1.19 MB
    initial commit almost 5 years ago
  • training_args.bin
    2.61 kB
    xet
    initial commit almost 5 years ago