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

nlpconnect
/
deberta-v3-xsmall-squad2

Question Answering
Transformers
PyTorch
deberta-v2
Eval Results (legacy)
Model card Files Files and versions
xet
Community
4

Instructions to use nlpconnect/deberta-v3-xsmall-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nlpconnect/deberta-v3-xsmall-squad2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="nlpconnect/deberta-v3-xsmall-squad2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("nlpconnect/deberta-v3-xsmall-squad2")
    model = AutoModelForQuestionAnswering.from_pretrained("nlpconnect/deberta-v3-xsmall-squad2")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-xsmall-squad2
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
ankur310794's picture
ankur310794
autoevaluator's picture
autoevaluator HF Staff
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#3)
48a6d06 over 3 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    2.9 kB
    Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#3) over 3 years ago
  • config.json
    882 Bytes
    add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    283 MB
    xet
    add model almost 4 years ago
  • special_tokens_map.json
    173 Bytes
    add tokenizer almost 4 years ago
  • tokenizer.json
    8.65 MB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    407 Bytes
    add tokenizer almost 4 years ago