Update README.md
Browse files
README.md
CHANGED
|
@@ -10,68 +10,74 @@ tags:
|
|
| 10 |
license: apache-2.0
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
-
pipeline_tag:
|
| 14 |
inference: true
|
| 15 |
framework: pytorch
|
| 16 |
-
|
| 17 |
-
|
| 18 |
widgets:
|
| 19 |
- inputs:
|
| 20 |
-
instruction:
|
|
|
|
|
|
|
| 21 |
text: Generate a question from the text
|
| 22 |
-
context:
|
| 23 |
-
|
|
|
|
|
|
|
| 24 |
question: What is the primary process by which plants convert sunlight into energy?
|
| 25 |
-
options:
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
correct_option: A
|
| 31 |
example_title: MCQ Question Generation
|
| 32 |
-
|
| 33 |
- inputs:
|
| 34 |
-
instruction:
|
|
|
|
|
|
|
| 35 |
text: Generate a question from scientific passage
|
| 36 |
-
context:
|
|
|
|
|
|
|
| 37 |
outputs:
|
| 38 |
question: What is the main purpose of cellular respiration?
|
| 39 |
options:
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
correct_option: A
|
| 45 |
example_title: Cellular Respiration MCQ
|
| 46 |
-
|
| 47 |
- inputs:
|
| 48 |
instruction: Generate a multiple-choice question (MCQ) based on a historical passage
|
| 49 |
text: Generate a question from historical context
|
| 50 |
-
context:
|
|
|
|
|
|
|
| 51 |
outputs:
|
| 52 |
question: Where did the Industrial Revolution primarily originate?
|
| 53 |
options:
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
correct_option: C
|
| 59 |
example_title: Industrial Revolution MCQ
|
| 60 |
-
|
| 61 |
- inputs:
|
| 62 |
instruction: Generate a multiple-choice question about environmental science
|
| 63 |
text: Generate a question from ecological context
|
| 64 |
-
context:
|
|
|
|
|
|
|
| 65 |
outputs:
|
| 66 |
question: What does biodiversity encompass?
|
| 67 |
options:
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
correct_option: B
|
| 73 |
example_title: Biodiversity MCQ
|
| 74 |
-
|
| 75 |
library_name: transformers
|
| 76 |
---
|
| 77 |
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
+
pipeline_tag: text-generation
|
| 14 |
inference: true
|
| 15 |
framework: pytorch
|
|
|
|
|
|
|
| 16 |
widgets:
|
| 17 |
- inputs:
|
| 18 |
+
instruction: >-
|
| 19 |
+
Generate a multiple-choice question (MCQ) based on the passage, provide
|
| 20 |
+
options, and indicate the correct option.
|
| 21 |
text: Generate a question from the text
|
| 22 |
+
context: >-
|
| 23 |
+
Photosynthesis is the process by which plants convert sunlight into
|
| 24 |
+
energy.
|
| 25 |
+
outputs:
|
| 26 |
question: What is the primary process by which plants convert sunlight into energy?
|
| 27 |
+
options:
|
| 28 |
+
- A. Photosynthesis
|
| 29 |
+
- B. Respiration
|
| 30 |
+
- C. Fermentation
|
| 31 |
+
- D. Transpiration
|
| 32 |
correct_option: A
|
| 33 |
example_title: MCQ Question Generation
|
|
|
|
| 34 |
- inputs:
|
| 35 |
+
instruction: >-
|
| 36 |
+
Generate a multiple-choice question (MCQ) based on the passage, provide
|
| 37 |
+
options, and indicate the correct option.
|
| 38 |
text: Generate a question from scientific passage
|
| 39 |
+
context: >-
|
| 40 |
+
Cellular respiration is a metabolic process that converts nutrients into
|
| 41 |
+
ATP, the energy currency of the cell.
|
| 42 |
outputs:
|
| 43 |
question: What is the main purpose of cellular respiration?
|
| 44 |
options:
|
| 45 |
+
- A. Converting nutrients into ATP
|
| 46 |
+
- B. Producing oxygen
|
| 47 |
+
- C. Generating heat
|
| 48 |
+
- D. Breaking down proteins
|
| 49 |
correct_option: A
|
| 50 |
example_title: Cellular Respiration MCQ
|
|
|
|
| 51 |
- inputs:
|
| 52 |
instruction: Generate a multiple-choice question (MCQ) based on a historical passage
|
| 53 |
text: Generate a question from historical context
|
| 54 |
+
context: >-
|
| 55 |
+
The Industrial Revolution began in Great Britain in the late 18th century,
|
| 56 |
+
transforming manufacturing processes through mechanization.
|
| 57 |
outputs:
|
| 58 |
question: Where did the Industrial Revolution primarily originate?
|
| 59 |
options:
|
| 60 |
+
- A. United States
|
| 61 |
+
- B. France
|
| 62 |
+
- C. Great Britain
|
| 63 |
+
- D. Germany
|
| 64 |
correct_option: C
|
| 65 |
example_title: Industrial Revolution MCQ
|
|
|
|
| 66 |
- inputs:
|
| 67 |
instruction: Generate a multiple-choice question about environmental science
|
| 68 |
text: Generate a question from ecological context
|
| 69 |
+
context: >-
|
| 70 |
+
Biodiversity refers to the variety of life forms within a given ecosystem,
|
| 71 |
+
including genetic, species, and ecological diversity.
|
| 72 |
outputs:
|
| 73 |
question: What does biodiversity encompass?
|
| 74 |
options:
|
| 75 |
+
- A. Only plant species
|
| 76 |
+
- B. Genetic, species, and ecological diversity
|
| 77 |
+
- C. Only animal populations
|
| 78 |
+
- D. Human interactions with nature
|
| 79 |
correct_option: B
|
| 80 |
example_title: Biodiversity MCQ
|
|
|
|
| 81 |
library_name: transformers
|
| 82 |
---
|
| 83 |
|