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

Raylei231
/
QA_for_SO_model

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

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

  • Libraries
  • Transformers

    How to use Raylei231/QA_for_SO_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Raylei231/QA_for_SO_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Raylei231/QA_for_SO_model")
    model = AutoModelForQuestionAnswering.from_pretrained("Raylei231/QA_for_SO_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
QA_for_SO_model / runs
6.07 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Raylei231's picture
Raylei231
End of training
d6fa9bb about 3 years ago
  • Jul14_05-04-54_docjk-gpu-01
    End of training about 3 years ago