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

Ermira
/
qa_model

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

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

  • Libraries
  • Transformers

    How to use Ermira/qa_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Ermira/qa_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Ermira/qa_model")
    model = AutoModelForQuestionAnswering.from_pretrained("Ermira/qa_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
qa_model / runs
41.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Ermira's picture
Ermira
Training in progress, step 1000
35cbf68 verified over 2 years ago
  • Mar16_11-30-10_5057a9191547
    Training in progress, step 500 over 2 years ago
  • Mar16_11-46-02_46510ad1b83d
    End of training over 2 years ago
  • Mar16_11-48-45_46510ad1b83d
    End of training over 2 years ago
  • Mar16_14-13-26_a3ea02896427
    End of training over 2 years ago
  • Mar16_14-24-27_a36407e8af51
    End of training over 2 years ago
  • Mar16_15-44-57_d108f9a6839a
    Training in progress, step 500 over 2 years ago
  • Mar16_15-47-56_d108f9a6839a
    Training in progress, step 500 over 2 years ago
  • Mar16_15-48-11_d108f9a6839a
    Training in progress, step 1000 over 2 years ago