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

  • Log In
  • Sign Up

ShynBui
/
s13

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/s13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ShynBui/s13 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ShynBui/s13")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ShynBui/s13")
    model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/s13")
  • Notebooks
  • Google Colab
  • Kaggle
s13 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
ShynBui's picture
ShynBui
Training in progress, epoch 3
30d1158 over 2 years ago
  • Aug04_18-16-43_df96d634c531
    Training in progress, epoch 1 almost 3 years ago
  • Aug04_20-03-16_df96d634c531
    Training complete_s5 almost 3 years ago
  • Dec17_05-28-33_be1f5295f70a
    Training in progress, epoch 3 over 2 years ago