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

Hansollll
/
Question_Answering

Question Answering
Transformers
PyTorch
TensorBoard
distilbert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Hansollll/Question_Answering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Hansollll/Question_Answering with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Hansollll/Question_Answering")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Hansollll/Question_Answering")
    model = AutoModelForQuestionAnswering.from_pretrained("Hansollll/Question_Answering")
  • Notebooks
  • Google Colab
  • Kaggle
Question_Answering / runs
46.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 36 commits
Hansollll's picture
Hansollll
Training in progress, step 500
d629084 about 3 years ago
  • May08_17-43-14_106b96913ca4
    Training in progress, step 500 about 3 years ago
  • May09_01-46-07_106b96913ca4
    Training in progress, step 10500 about 3 years ago
  • May09_07-14-20_d6ee71241a40
    Training in progress, step 500 about 3 years ago
  • May09_07-16-08_d6ee71241a40
    Training in progress, step 500 about 3 years ago