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

  • Log In
  • Sign Up

Kyrmasch
/
xml-roberta-model-qa

Question Answering
Transformers
PyTorch
xlm-roberta
Model card Files Files and versions
xet
Community
5

Instructions to use Kyrmasch/xml-roberta-model-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Kyrmasch/xml-roberta-model-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Kyrmasch/xml-roberta-model-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Kyrmasch/xml-roberta-model-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("Kyrmasch/xml-roberta-model-qa", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xml-roberta-model-qa
6.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
e7d623f almost 3 years ago
  • .gitattributes
    1.57 kB
    Upload 6 files almost 3 years ago
  • README.md
    1.26 kB
    Update README.md almost 3 years ago
  • config.json
    815 Bytes
    Upload 11 files almost 3 years ago
  • model.safetensors
    1.11 GB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • optimizer.pt
    2.22 GB
    xet
    1000 almost 3 years ago
  • pytorch_model-001.bin
    2.24 GB
    xet
    Upload 6 files almost 3 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    1000 almost 3 years ago
  • rng_state.pth
    13.6 kB
    xet
    1000 almost 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    1000 almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload 6 files almost 3 years ago
  • special_tokens_map.json
    167 Bytes
    Upload 6 files almost 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 11 files almost 3 years ago
  • tokenizer_config.json
    500 Bytes
    Upload 6 files almost 3 years ago
  • trainer_state.json
    672 Bytes
    1000 almost 3 years ago
  • training_args.bin
    4.03 kB
    xet
    Upload 11 files almost 3 years ago