Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SRDdev
/
QABERT-small

Question Answering
Transformers
PyTorch
Safetensors
English
distilbert
Model card Files Files and versions
xet
Community
3

Instructions to use SRDdev/QABERT-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SRDdev/QABERT-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="SRDdev/QABERT-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("SRDdev/QABERT-small")
    model = AutoModelForQuestionAnswering.from_pretrained("SRDdev/QABERT-small")
  • Notebooks
  • Google Colab
  • Kaggle
QABERT-small
532 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
SRDdev's picture
SRDdev
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
d350860 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    4.07 kB
    Update README.md about 3 years ago
  • config.json
    561 Bytes
    Upload DistilBertForQuestionAnswering about 3 years ago
  • model.safetensors
    265 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    265 MB
    xet
    Upload DistilBertForQuestionAnswering about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer.json
    712 kB
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    360 Bytes
    Upload tokenizer about 3 years ago
  • vocab.txt
    232 kB
    Upload tokenizer about 3 years ago