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

  • Log In
  • Sign Up

koshkosh
/
quiz-generator

Transformers
t5
text2text-generation
huggingface
quiz-generation
Model card Files Files and versions
xet
Community

Instructions to use koshkosh/quiz-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use koshkosh/quiz-generator with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("koshkosh/quiz-generator")
    model = AutoModelForSeq2SeqLM.from_pretrained("koshkosh/quiz-generator")
  • Notebooks
  • Google Colab
  • Kaggle
quiz-generator
2.49 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
koshkosh's picture
koshkosh
Update config.json
f3c3743 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    319 Bytes
    Update README.md over 1 year ago
  • config.json
    274 Bytes
    Update config.json over 1 year ago
  • python_gpt2.py
    380 Bytes
    Upload python_gpt2.py over 1 year ago