Update README.md
Browse files
README.md
CHANGED
|
@@ -15,13 +15,34 @@ inference: true
|
|
| 15 |
framework: pytorch
|
| 16 |
|
| 17 |
|
| 18 |
-
|
| 19 |
- inputs:
|
| 20 |
-
instruction: Generate a multiple-choice question (MCQ) based on the passage, provide options, and indicate the correct option.
|
| 21 |
-
text: Generate a question from the text
|
| 22 |
-
context: Photosynthesis is the process by which plants convert sunlight into energy.
|
| 23 |
-
outputs:
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
library_name: transformers
|
| 26 |
---
|
| 27 |
|
|
|
|
| 15 |
framework: pytorch
|
| 16 |
|
| 17 |
|
| 18 |
+
widgets:
|
| 19 |
- inputs:
|
| 20 |
+
instruction: Generate a multiple-choice question (MCQ) based on the passage, provide options, and indicate the correct option.
|
| 21 |
+
text: Generate a question from the text
|
| 22 |
+
context: Photosynthesis is the process by which plants convert sunlight into energy.
|
| 23 |
+
outputs:
|
| 24 |
+
question: What is the primary process by which plants convert sunlight into energy?
|
| 25 |
+
options:
|
| 26 |
+
- A. Photosynthesis
|
| 27 |
+
- B. Respiration
|
| 28 |
+
- C. Fermentation
|
| 29 |
+
- D. Transpiration
|
| 30 |
+
correct_option: A
|
| 31 |
+
example_title: MCQ Question Generation
|
| 32 |
+
|
| 33 |
+
- inputs:
|
| 34 |
+
instruction: Generate a multiple-choice question (MCQ) based on the passage, provide options, and indicate the correct option.
|
| 35 |
+
text: Generate a question from scientific passage
|
| 36 |
+
context: Cellular respiration is a metabolic process that converts nutrients into ATP, the energy currency of the cell.
|
| 37 |
+
outputs:
|
| 38 |
+
question: What is the main purpose of cellular respiration?
|
| 39 |
+
options:
|
| 40 |
+
- A. Converting nutrients into ATP
|
| 41 |
+
- B. Producing oxygen
|
| 42 |
+
- C. Generating heat
|
| 43 |
+
- D. Breaking down proteins
|
| 44 |
+
correct_option: A
|
| 45 |
+
example_title: Cellular Respiration MCQ
|
| 46 |
library_name: transformers
|
| 47 |
---
|
| 48 |
|