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

alon-albalak
/
xlm-roberta-large-xquad

Question Answering
Transformers
PyTorch
Safetensors
xlm-roberta
multilingual
Model card Files Files and versions
xet
Community
1

Instructions to use alon-albalak/xlm-roberta-large-xquad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alon-albalak/xlm-roberta-large-xquad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="alon-albalak/xlm-roberta-large-xquad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("alon-albalak/xlm-roberta-large-xquad")
    model = AutoModelForQuestionAnswering.from_pretrained("alon-albalak/xlm-roberta-large-xquad")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-large-xquad
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
system's picture
system HF Staff
initial commit
0030409 almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago