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

  • 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
1.42 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
jasonwu's picture
jasonwu
Create README.md
9b5a833 verified over 1 year ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years 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
  • 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