koshkosh commited on
Commit
b5efddb
1 Parent(s): a7e3dda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text2text-generation
4
+ - transformers
5
+ - huggingface
6
+ - quiz-generation
7
+ inference:
8
+ parameters:
9
+ max_length: 200
10
+ num_return_sequences: 5
11
+ ---
12
+
13
+ # Quiz Generator Model
14
+
15
+ 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.