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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Asif555355
/
squad2.0_roberta

Question Answering
Transformers
google-tensorflow TensorFlow
English
roberta
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Asif555355/squad2.0_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Asif555355/squad2.0_roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Asif555355/squad2.0_roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Asif555355/squad2.0_roberta")
    model = AutoModelForQuestionAnswering.from_pretrained("Asif555355/squad2.0_roberta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
squad2.0_roberta
498 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Asif555355's picture
Asif555355
Upload 6 files
acd74c9 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    8.39 kB
    Update README.md almost 3 years ago
  • config.json
    571 Bytes
    Upload 6 files almost 3 years ago
  • feedback.json
    802 Bytes
    Upload 6 files almost 3 years ago
  • merges.txt
    456 kB
    Upload merges.txt almost 3 years ago
  • tf_model.h5
    497 MB
    xet
    Upload 6 files almost 3 years ago
  • tokenizer_config.json
    79 Bytes
    Upload 6 files almost 3 years ago
  • vocab.json
    899 kB
    Upload 6 files almost 3 years ago