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

Eurosmart
/
distilbert-qa

Question Answering
Transformers
TensorBoard
Safetensors
distilbert
nlp
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Eurosmart/distilbert-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Eurosmart/distilbert-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Eurosmart/distilbert-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("Eurosmart/distilbert-qa")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-qa / runs
76.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 53 commits
Eurosmart's picture
Eurosmart
model tuned
8576953 verified almost 2 years ago
  • May26_14-07-56_434fed993d00
    Training in progress, step 500 almost 2 years ago
  • May26_14-27-19_434fed993d00
    Training in progress, step 1000 almost 2 years ago
  • May26_14-34-00_434fed993d00
    Training in progress, step 3500 almost 2 years ago
  • May26_14-58-19_c8682937ec43
    Training in progress, step 500 almost 2 years ago
  • May26_15-05-27_c8682937ec43
    Training in progress, step 500 almost 2 years ago
  • May26_15-12-16_c8682937ec43
    Training in progress, step 500 almost 2 years ago
  • May26_15-26-57_c8682937ec43
    Training in progress, step 4000 almost 2 years ago
  • May26_22-56-52_e0cf7a6de512
    Training in progress, step 500 almost 2 years ago
  • May26_23-12-47_e0cf7a6de512
    model tuned almost 2 years ago
  • May30_08-03-02_59ddcd6afb7c
    Training in progress, step 1000 almost 2 years ago
  • May30_08-12-27_287a68817f89
    model tuned almost 2 years ago
  • May30_08-13-26_579433d406c7
    model tuned almost 2 years ago