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

  • Log In
  • Sign Up

jaustin23
/
roberta-base-squad2

Question Answering
Transformers
ONNX
roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use jaustin23/roberta-base-squad2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="jaustin23/roberta-base-squad2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("jaustin23/roberta-base-squad2")
    model = AutoModelForQuestionAnswering.from_pretrained("jaustin23/roberta-base-squad2")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-squad2
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jaustin23's picture
jaustin23
Upload 7 files
42c3b4a over 2 years ago
  • onnx
    Upload 7 files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • config.json
    756 Bytes
    Upload 7 files over 2 years ago
  • merges.txt
    456 kB
    Upload 7 files over 2 years ago
  • special_tokens_map.json
    957 Bytes
    Upload 7 files over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload 7 files over 2 years ago
  • tokenizer_config.json
    1.27 kB
    Upload 7 files over 2 years ago
  • vocab.json
    798 kB
    Upload 7 files over 2 years ago