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

Minaaaa
/
qa_mt5_small

Question Answering
Transformers
Safetensors
mt5
Model card Files Files and versions
xet
Community

Instructions to use Minaaaa/qa_mt5_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Minaaaa/qa_mt5_small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Minaaaa/qa_mt5_small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Minaaaa/qa_mt5_small")
    model = AutoModelForQuestionAnswering.from_pretrained("Minaaaa/qa_mt5_small")
  • Notebooks
  • Google Colab
  • Kaggle
qa_mt5_small
689 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Minaaaa's picture
Minaaaa
Upload MT5ForQuestionAnswering
02b6a61 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload MT5ForQuestionAnswering about 2 years ago
  • config.json
    798 Bytes
    Upload MT5ForQuestionAnswering about 2 years ago
  • model.safetensors
    689 MB
    xet
    Upload MT5ForQuestionAnswering about 2 years ago