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

  • Log In
  • Sign Up

philschmid
/
distilbert-neuron

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

Instructions to use philschmid/distilbert-neuron with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use philschmid/distilbert-neuron with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="philschmid/distilbert-neuron")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("philschmid/distilbert-neuron")
    model = AutoModelForQuestionAnswering.from_pretrained("philschmid/distilbert-neuron")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-neuron
160 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
philschmid's picture
philschmid
Create README.md
63778b8 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    563 Bytes
    Create README.md about 4 years ago
  • config.json
    625 Bytes
    Upload config.json about 4 years ago
  • neuron_model.pt
    160 MB
    xet
    Upload neuron_model.pt with git-lfs about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer.json
    669 kB
    Upload tokenizer.json about 4 years ago
  • tokenizer_config.json
    348 Bytes
    Upload tokenizer_config.json about 4 years ago
  • vocab.txt
    213 kB
    Upload vocab.txt about 4 years ago