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

Safick-HF
/
Finetuned_Question_Answering_Model

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

Instructions to use Safick-HF/Finetuned_Question_Answering_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Safick-HF/Finetuned_Question_Answering_Model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Safick-HF/Finetuned_Question_Answering_Model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Safick-HF/Finetuned_Question_Answering_Model")
    model = AutoModelForQuestionAnswering.from_pretrained("Safick-HF/Finetuned_Question_Answering_Model")
  • Notebooks
  • Google Colab
  • Kaggle
Finetuned_Question_Answering_Model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Safick-HF's picture
Safick-HF
End of training
c713df3 verified about 2 years ago
  • Apr23_11-43-08_f3c944805091
    End of training about 2 years ago
  • Mar11_10-27-37_47f5b5a77abc
    End of training about 2 years ago
  • Mar11_11-00-32_47f5b5a77abc
    End of training about 2 years ago
  • Mar14_15-22-37_d3883cb7c15e
    End of training about 2 years ago
  • Mar21_13-03-20_e1cf54240154
    End of training about 2 years ago
  • Mar21_13-14-53_e1cf54240154
    End of training about 2 years ago
  • Mar21_14-08-49_3be7a0bdaa34
    End of training about 2 years ago
  • Mar21_14-09-45_3be7a0bdaa34
    End of training about 2 years ago
  • Mar22_10-49-11_b525f12b76d7
    End of training about 2 years ago
  • Mar22_12-42-19_4fc6bb9ab27c
    End of training about 2 years ago