kanoza commited on
Commit
65e982d
·
verified ·
1 Parent(s): 8f36686

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -6
README.md CHANGED
@@ -15,13 +15,34 @@ inference: true
15
  framework: pytorch
16
 
17
 
18
- widget:
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: "Question: What is the primary process by which plants convert sunlight into energy?\nOptions:\nA. Photosynthesis\nB. Respiration\nC. Fermentation\nD. Transpiration\nCorrect Option: A"
24
- example_title: MCQ Question Generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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