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

Salesforce
/
qaconv-roberta-large-squad2

Question Answering
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use Salesforce/qaconv-roberta-large-squad2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Salesforce/qaconv-roberta-large-squad2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Salesforce/qaconv-roberta-large-squad2")
    model = AutoModelForQuestionAnswering.from_pretrained("Salesforce/qaconv-roberta-large-squad2")
  • Notebooks
  • Google Colab
  • Kaggle
qaconv-roberta-large-squad2
2.84 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
040f089 verified over 1 year ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model over 1 year ago
  • README.md
    678 Bytes
    Create README.md over 1 year ago
  • config.json
    725 Bytes
    init almost 5 years ago
  • merges.txt
    456 kB
    init almost 5 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    1.42 GB
    xet
    init almost 5 years ago
  • special_tokens_map.json
    239 Bytes
    init almost 5 years ago
  • tokenizer.json
    1.36 MB
    init almost 5 years ago
  • tokenizer_config.json
    1.18 kB
    init almost 5 years ago
  • trainer_state.json
    13.7 kB
    init almost 5 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.ShardedDDPOption",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.48 kB
    xet
    init almost 5 years ago
  • vocab.json
    798 kB
    init almost 5 years ago