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

Mr-Wick
/
Roberta

Question Answering
Transformers
google-tensorflow TensorFlow
roberta
generated_from_keras_callback
Model card Files Files and versions
xet
Community

Instructions to use Mr-Wick/Roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mr-Wick/Roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Mr-Wick/Roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Mr-Wick/Roberta")
    model = AutoModelForQuestionAnswering.from_pretrained("Mr-Wick/Roberta")
  • Notebooks
  • Google Colab
  • Kaggle
Roberta
500 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Mr-Wick's picture
Mr-Wick
add model
f08843c about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    1.2 kB
    add model about 4 years ago
  • config.json
    653 Bytes
    add model about 4 years ago
  • merges.txt
    456 kB
    First version of the Roberta_QA and tokenizer. about 4 years ago
  • special_tokens_map.json
    239 Bytes
    First version of the Roberta_QA and tokenizer. about 4 years ago
  • tf_model.h5
    497 MB
    xet
    add model about 4 years ago
  • tokenizer.json
    2.11 MB
    First version of the Roberta_QA and tokenizer. about 4 years ago
  • tokenizer_config.json
    349 Bytes
    First version of the Roberta_QA and tokenizer. about 4 years ago
  • vocab.json
    798 kB
    First version of the Roberta_QA and tokenizer. about 4 years ago