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

  • Log In
  • Sign Up

saseedorf2
/
distill-roberta-QA

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

Instructions to use saseedorf2/distill-roberta-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use saseedorf2/distill-roberta-QA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="saseedorf2/distill-roberta-QA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("saseedorf2/distill-roberta-QA")
    model = AutoModelForQuestionAnswering.from_pretrained("saseedorf2/distill-roberta-QA")
  • Notebooks
  • Google Colab
  • Kaggle
distill-roberta-QA
330 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
saseedorf2's picture
saseedorf2
Upload tokenizer.json with huggingface_hub
e224c4c verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    664 Bytes
    Upload config.json with huggingface_hub almost 2 years ago
  • merges.txt
    456 kB
    Upload merges.txt with huggingface_hub almost 2 years ago
  • special_tokens_map.json
    958 Bytes
    Upload special_tokens_map.json with huggingface_hub almost 2 years ago
  • tf_model.h5
    326 MB
    xet
    Upload tf_model.h5 with huggingface_hub almost 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer.json with huggingface_hub almost 2 years ago
  • tokenizer_config.json
    1.22 kB
    Upload tokenizer_config.json with huggingface_hub almost 2 years ago
  • vocab.json
    798 kB
    Upload vocab.json with huggingface_hub almost 2 years ago