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

ozlemsenel
/
bert-with-rag

Question Answering
Transformers
TensorBoard
Safetensors
bert
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ozlemsenel/bert-with-rag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ozlemsenel/bert-with-rag with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ozlemsenel/bert-with-rag")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ozlemsenel/bert-with-rag")
    model = AutoModelForQuestionAnswering.from_pretrained("ozlemsenel/bert-with-rag")
  • Notebooks
  • Google Colab
  • Kaggle
bert-with-rag / runs
20.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ozlemsenel's picture
ozlemsenel
Training in progress, step 16000
a4b555b verified almost 2 years ago
  • Jul10_09-10-25_5720060ad36b
    Training in progress, step 4000 almost 2 years ago
  • Jul10_09-23-23_5720060ad36b
    Training in progress, step 4000 almost 2 years ago
  • Jul10_12-11-59_e2b2985e987b
    Training in progress, step 16000 almost 2 years ago