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

mrm8488
/
deberta-v3-base-finetuned-squadv2

Question Answering
Transformers
PyTorch
deberta-v2
Model card Files Files and versions
xet
Community
1

Instructions to use mrm8488/deberta-v3-base-finetuned-squadv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrm8488/deberta-v3-base-finetuned-squadv2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="mrm8488/deberta-v3-base-finetuned-squadv2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("mrm8488/deberta-v3-base-finetuned-squadv2")
    model = AutoModelForQuestionAnswering.from_pretrained("mrm8488/deberta-v3-base-finetuned-squadv2")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-base-finetuned-squadv2
791 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mrm8488's picture
mrm8488
Initial commit from mrm8488 2
afe43d1 over 4 years ago
  • .gitattributes
    1.22 kB
    Update .gitattributes over 4 years ago
  • added_tokens.json
    18 Bytes
    Initial commit from mrm8488 2 over 4 years ago
  • config.json
    880 Bytes
    Initial commit from mrm8488 2 over 4 years ago
  • nbest_predictions_.json
    51.8 MB
    xet
    Initial commit from mrm8488 2 over 4 years ago
  • null_odds_.json
    552 kB
    xet
    Initial commit from mrm8488 2 over 4 years ago
  • predictions_.json
    597 kB
    xet
    Initial commit from mrm8488 2 over 4 years ago
  • pytorch_model.bin
    735 MB
    xet
    Initial commit from mrm8488 2 over 4 years ago
  • special_tokens_map.json
    156 Bytes
    Initial commit from mrm8488 2 over 4 years ago
  • spm.model
    2.46 MB
    xet
    Initial commit from mrm8488 2 over 4 years ago
  • tokenizer_config.json
    392 Bytes
    Initial commit from mrm8488 2 over 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "torch.device",
    • "argparse.Namespace"

    How to fix it?

    1.65 kB
    xet
    Initial commit from mrm8488 2 over 4 years ago