File size: 319 Bytes
b5efddb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
tags:
- text2text-generation
- transformers
- huggingface
- quiz-generation
inference:
  parameters:
    max_length: 200
    num_return_sequences: 5
---

# Quiz Generator Model

This model is trained to generate quiz questions from a given text input. It is designed to be used with the Hugging Face Inference API.