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

Matheusmatos2916
/
my_awesome_qa_model

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

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

  • Libraries
  • Transformers

    How to use Matheusmatos2916/my_awesome_qa_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Matheusmatos2916/my_awesome_qa_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Matheusmatos2916/my_awesome_qa_model")
    model = AutoModelForQuestionAnswering.from_pretrained("Matheusmatos2916/my_awesome_qa_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
my_awesome_qa_model / runs
28.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Matheusmatos2916's picture
Matheusmatos2916
Training in progress, step 500
b224cc5 almost 3 years ago
  • Nov24_11-38-01_12c059e67dfc
    Training in progress, step 500 almost 3 years ago
  • Nov24_11-54-53_12c059e67dfc
    Training in progress, step 500 almost 3 years ago
  • Nov24_11-56-06_12c059e67dfc
    Training in progress, step 500 almost 3 years ago
  • Nov24_11-59-18_12c059e67dfc
    Training in progress, step 500 almost 3 years ago
  • Nov24_13-03-21_12c059e67dfc
    Training in progress, step 500 almost 3 years ago
  • Nov30_10-51-54_e24631c6835a
    Training in progress, step 500 almost 3 years ago