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

ShynBui
/
bert-finetuned-squad

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

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

  • Libraries
  • Transformers

    How to use ShynBui/bert-finetuned-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ShynBui/bert-finetuned-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ShynBui/bert-finetuned-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/bert-finetuned-squad")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-squad / runs
168 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
ShynBui's picture
ShynBui
Training complete2
4f604d1 over 3 years ago
  • Feb02_01-29-58_22cdda40c338
    Training complete2 over 3 years ago
  • Feb05_10-55-52_7061f982da14
    Training complete3 over 3 years ago
  • Feb05_13-35-07_80fc9a5992de
    Training in progress, epoch 2 over 3 years ago
  • Feb05_17-17-01_e61b562a9fe4
    Training complete3 over 3 years ago
  • Feb05_20-55-06_b70e6289ec8e
    Training in progress, epoch 2 over 3 years ago
  • Feb05_23-27-11_0d412146d5cd
    Training complete2 over 3 years ago
  • Jan30_15-41-39_9de1de38d92f
    Training complete over 3 years ago