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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

descentis
/
distilbert-cuad

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

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

  • Libraries
  • Transformers

    How to use descentis/distilbert-cuad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="descentis/distilbert-cuad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("descentis/distilbert-cuad")
    model = AutoModelForQuestionAnswering.from_pretrained("descentis/distilbert-cuad", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-cuad
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
descentis's picture
descentis
added the config file
873cb26 about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • config.json
    744 Bytes
    added the config file about 4 years ago
  • language_model.bin
    265 MB
    xet
    added the model to server about 4 years ago
  • language_model_config.json
    744 Bytes
    added the model to server about 4 years ago
  • prediction_head_0.bin
    7.59 kB
    xet
    added the model to server about 4 years ago
  • prediction_head_0_config.json
    514 Bytes
    added the model to server about 4 years ago
  • processor_config.json
    700 Bytes
    added the model to server about 4 years ago
  • readme.md
    64 Bytes
    added the model to server about 4 years ago
  • special_tokens_map.json
    125 Bytes
    added the model to server about 4 years ago
  • tokenizer.json
    711 kB
    added the model to server about 4 years ago
  • tokenizer_config.json
    415 Bytes
    added the model to server about 4 years ago
  • vocab.txt
    232 kB
    added the model to server about 4 years ago