Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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: 18 commits
julianrisch's picture
julianrisch
Update README.md
dafe599 verified over 1 year ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#5) about 3 years ago
  • README.md
    7.69 kB
    Update README.md over 1 year ago
  • config.json
    606 Bytes
    Update config.json almost 6 years ago
  • model.safetensors
    2.24 GB
    xet
    Adding `safetensors` variant of this model (#5) about 3 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