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

Duplicated from聽 autoevaluate/extractive-question-answering

autoevaluate
/
extractive-question-answering-not-evaluated

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

Instructions to use autoevaluate/extractive-question-answering-not-evaluated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use autoevaluate/extractive-question-answering-not-evaluated with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="autoevaluate/extractive-question-answering-not-evaluated")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("autoevaluate/extractive-question-answering-not-evaluated")
    model = AutoModelForQuestionAnswering.from_pretrained("autoevaluate/extractive-question-answering-not-evaluated", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
extractive-question-answering-not-evaluated
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model
66d6c14 over 2 years ago
  • runs
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • .gitattributes
    1.17 kB
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • .gitignore
    13 Bytes
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • README.md
    1.53 kB
    Librarian Bot: Add base_model information to model over 2 years ago
  • config.json
    561 Bytes
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • pytorch_model.bin
    265 MB
    xet
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • special_tokens_map.json
    112 Bytes
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • tokenizer.json
    712 kB
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • tokenizer_config.json
    333 Bytes
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • training_args.bin
    3.31 kB
    xet
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago
  • vocab.txt
    232 kB
    Duplicate from autoevaluate/extractive-question-answering over 3 years ago