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

spacemanidol
/
neuralmagic-bert-squad-12layer-0sparse

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

Instructions to use spacemanidol/neuralmagic-bert-squad-12layer-0sparse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use spacemanidol/neuralmagic-bert-squad-12layer-0sparse with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="spacemanidol/neuralmagic-bert-squad-12layer-0sparse")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("spacemanidol/neuralmagic-bert-squad-12layer-0sparse")
    model = AutoModelForQuestionAnswering.from_pretrained("spacemanidol/neuralmagic-bert-squad-12layer-0sparse")
  • Notebooks
  • Google Colab
  • Kaggle
neuralmagic-bert-squad-12layer-0sparse
1.31 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
beba2a6 verified about 1 year ago
  • .gitattributes
    790 Bytes
    Adding `safetensors` variant of this model about 1 year ago
  • README.md
    6 Bytes
    First commit about 5 years ago
  • config.json
    614 Bytes
    First version of the neural magic BERT-squad-12 layer about 5 years ago
  • flax_model.msgpack
    436 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    436 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin
    436 MB
    xet
    First version of the neural magic BERT-squad-12 layer about 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version of the neural magic BERT-squad-12 layer about 5 years ago
  • tokenizer_config.json
    252 Bytes
    First version of the neural magic BERT-squad-12 layer about 5 years ago
  • vocab.txt
    232 kB
    First version of the neural magic BERT-squad-12 layer about 5 years ago