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

deepset
/
xlm-roberta-large-squad2

Question Answering
Transformers
PyTorch
Safetensors
multilingual
xlm-roberta
Eval Results (legacy)
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Transformers

    How to use deepset/xlm-roberta-large-squad2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="deepset/xlm-roberta-large-squad2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("deepset/xlm-roberta-large-squad2")
    model = AutoModelForQuestionAnswering.from_pretrained("deepset/xlm-roberta-large-squad2")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-large-squad2
Ctrl+K
Ctrl+K
  • 9 contributors
History: 14 commits
lewtun's picture
lewtun HF Staff
Add evaluation results on the adversarialQA config of adversarial_qa
b1b5b12 almost 4 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • README.md
    5.19 kB
    Add evaluation results on the adversarialQA config of adversarial_qa almost 4 years ago
  • config.json
    606 Bytes
    Update config.json almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    2.24 GB
    xet
    Update pytorch_model.bin almost 6 years ago
  • sentencepiece.bpe.model
    5.07 MB
    Update sentencepiece.bpe.model almost 6 years ago
  • special_tokens_map.json
    150 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    179 Bytes
    Update tokenizer_config.json almost 6 years ago