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

sultan
/
BioM-ELECTRA-Base-SQuAD2-BioASQ8B

Question Answering
Transformers
PyTorch
electra
Model card Files Files and versions
xet
Community
1

Instructions to use sultan/BioM-ELECTRA-Base-SQuAD2-BioASQ8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sultan/BioM-ELECTRA-Base-SQuAD2-BioASQ8B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="sultan/BioM-ELECTRA-Base-SQuAD2-BioASQ8B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("sultan/BioM-ELECTRA-Base-SQuAD2-BioASQ8B")
    model = AutoModelForQuestionAnswering.from_pretrained("sultan/BioM-ELECTRA-Base-SQuAD2-BioASQ8B")
  • Notebooks
  • Google Colab
  • Kaggle
BioM-ELECTRA-Base-SQuAD2-BioASQ8B
861 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ac1b2e7 almost 3 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    4.02 kB
    Update README.md almost 5 years ago
  • config.json
    761 Bytes
    Initial commit almost 5 years ago
  • model.safetensors
    431 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    431 MB
    xet
    Initial commit almost 5 years ago
  • vocab.txt
    225 kB
    Initial commit almost 5 years ago