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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

badokorach
/
qa_afroxml

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

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

  • Libraries
  • Transformers

    How to use badokorach/qa_afroxml with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="badokorach/qa_afroxml")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("badokorach/qa_afroxml")
    model = AutoModelForQuestionAnswering.from_pretrained("badokorach/qa_afroxml")
  • Notebooks
  • Google Colab
  • Kaggle
qa_afroxml / runs
24.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
badokorach's picture
badokorach
Training in progress, step 2000
1abd84e almost 3 years ago
  • Aug09_20-42-17_6b31ca8b8e16
    End of training almost 3 years ago
  • Aug12_01-41-33_602e4e90992c
    Training in progress, step 2000 almost 3 years ago