Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ShynBui
/
s25

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

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

  • Libraries
  • Transformers

    How to use ShynBui/s25 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ShynBui/s25")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ShynBui/s25")
    model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/s25")
  • Notebooks
  • Google Colab
  • Kaggle
s25 / runs
77.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ShynBui's picture
ShynBui
Training in progress, epoch 3
c8d2460 over 2 years ago
  • Aug04_23-43-08_e3407238a0c5
    Training complete_25 almost 3 years ago
  • Dec17_14-36-44_2f833d4d60c5
    Training in progress, epoch 3 over 2 years ago