Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,3 @@
|
|
1 |
-
---
|
2 |
-
pipeline_tag: text2text-generation
|
3 |
-
widget:
|
4 |
-
- text: "<extra_id_97>short answer <extra_id_98>easy <extra_id_99> The sun is the center of our solar system."
|
5 |
-
---
|
6 |
-
|
7 |
---
|
8 |
license: mit
|
9 |
datasets:
|
@@ -34,6 +28,14 @@ tags:
|
|
34 |
language:
|
35 |
- en
|
36 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
# T5-Based Question Generator Model
|
38 |
|
39 |
This model is a fine-tuned T5 model designed specifically for **automatic question generation** from any given context or passage. It supports different types of questions like **short answer**, **multiple choice question**, and **true or false quesiton**, while also allowing customization by **difficulty level** — easy, medium or hard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
datasets:
|
|
|
28 |
language:
|
29 |
- en
|
30 |
---
|
31 |
+
|
32 |
+
---
|
33 |
+
pipeline_tag: text2text-generation
|
34 |
+
widget:
|
35 |
+
- text: "<extra_id_97>short answer <extra_id_98>easy <extra_id_99> The sun is the center of our solar system."
|
36 |
+
---
|
37 |
+
|
38 |
+
|
39 |
# T5-Based Question Generator Model
|
40 |
|
41 |
This model is a fine-tuned T5 model designed specifically for **automatic question generation** from any given context or passage. It supports different types of questions like **short answer**, **multiple choice question**, and **true or false quesiton**, while also allowing customization by **difficulty level** — easy, medium or hard.
|