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

aware-ai
/
xlmroberta-QA

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

Instructions to use aware-ai/xlmroberta-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aware-ai/xlmroberta-QA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="aware-ai/xlmroberta-QA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("aware-ai/xlmroberta-QA")
    model = AutoModelForQuestionAnswering.from_pretrained("aware-ai/xlmroberta-QA")
  • Notebooks
  • Google Colab
  • Kaggle
xlmroberta-QA
Ctrl+K
Ctrl+K
History: 11 commits
system's picture
system HF Staff
Update training_args.bin
04ddaff almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • config.json
    557 Bytes
    Update config.json almost 6 years ago
  • model_args.json
    1.48 kB
    Update model_args.json almost 6 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.47 GB
    xet
    Update optimizer.pt 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
  • scheduler.pt
    326 Bytes
    Update scheduler.pt 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
    427 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.QuestionAnsweringArgs"

    How to fix it?

    1.82 kB
    xet
    Update training_args.bin almost 6 years ago