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

  • Log In
  • Sign Up

saket12-hf
/
deberta-base-finetuned-squad2

Question Answering
Transformers
PyTorch
TensorBoard
Safetensors
English
deberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use saket12-hf/deberta-base-finetuned-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use saket12-hf/deberta-base-finetuned-squad2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="saket12-hf/deberta-base-finetuned-squad2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("saket12-hf/deberta-base-finetuned-squad2")
    model = AutoModelForQuestionAnswering.from_pretrained("saket12-hf/deberta-base-finetuned-squad2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-base-finetuned-squad2
1.11 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
Saket Chaudhari
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
b209376 verified over 1 year ago
  • runs
    Model save about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 3 years ago
  • README.md
    3.17 kB
    Update README.md about 3 years ago
  • config.json
    782 Bytes
    Training in progress, epoch 1 about 3 years ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 about 3 years ago
  • model.safetensors
    554 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin
    554 MB
    xet
    Training in progress, epoch 3 about 3 years ago
  • special_tokens_map.json
    963 Bytes
    Training in progress, epoch 1 about 3 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, epoch 1 about 3 years ago
  • tokenizer_config.json
    1.4 kB
    Training in progress, epoch 1 about 3 years ago
  • training_args.bin
    3.96 kB
    xet
    Training in progress, epoch 1 about 3 years ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 about 3 years ago