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

  • Log In
  • Sign Up

csarron
/
roberta-large-squad-v1

Question Answering
Transformers
PyTorch
JAX
Safetensors
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use csarron/roberta-large-squad-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use csarron/roberta-large-squad-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="csarron/roberta-large-squad-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("csarron/roberta-large-squad-v1")
    model = AutoModelForQuestionAnswering.from_pretrained("csarron/roberta-large-squad-v1")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-squad-v1
4.26 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
csarron's picture
csarron
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
2263ded almost 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • config.json
    526 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    1.42 GB
    xet
    upload flax model almost 5 years ago
  • merges.txt
    456 kB
    Update merges.txt over 5 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.42 GB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    772 Bytes
    Update special_tokens_map.json over 5 years ago
  • tokenizer_config.json
    49 Bytes
    Update tokenizer_config.json over 5 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "torch.device",
    • "argparse.Namespace"

    How to fix it?

    1.49 kB
    xet
    Update training_args.bin over 5 years ago
  • vocab.json
    899 kB
    Update vocab.json over 5 years ago