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
4.49 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
alon-albalak's picture
alon-albalak
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
cb65851 almost 3 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    2.34 kB
    Update README.md over 4 years ago
  • config.json
    694 Bytes
    first commit almost 5 years ago
  • model.safetensors
    2.24 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    2.24 GB
    xet
    first commit almost 5 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    first commit almost 5 years ago
  • tokenizer.json
    9.08 MB
    first commit almost 5 years ago