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

sabrinah
/
BERT-PoA

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

Instructions to use sabrinah/BERT-PoA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sabrinah/BERT-PoA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="sabrinah/BERT-PoA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("sabrinah/BERT-PoA")
    model = AutoModelForQuestionAnswering.from_pretrained("sabrinah/BERT-PoA", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BERT-PoA / runs
20.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit

This model has 1 file scanned as unsafe.

sabrinah's picture
sabrinah
End of training
93348e0 almost 3 years ago
  • Oct19_21-18-07_LAPTOP-2TBGH6P3
    End of training almost 3 years ago
  • Oct19_21-19-23_LAPTOP-2TBGH6P3
    End of training almost 3 years ago
  • Oct19_21-19-53_LAPTOP-2TBGH6P3
    End of training almost 3 years ago
  • Oct19_21-20-40_LAPTOP-2TBGH6P3
    End of training almost 3 years ago
  • Oct19_21-23-35_LAPTOP-2TBGH6P3
    End of training almost 3 years ago