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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -43,6 +43,35 @@ widgets:
43
  - D. Breaking down proteins
44
  correct_option: A
45
  example_title: Cellular Respiration MCQ
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  library_name: transformers
47
  ---
48
 
 
43
  - D. Breaking down proteins
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: The Industrial Revolution began in Great Britain in the late 18th century, transforming manufacturing processes through mechanization.
51
+ outputs:
52
+ question: Where did the Industrial Revolution primarily originate?
53
+ options:
54
+ - A. United States
55
+ - B. France
56
+ - C. Great Britain
57
+ - D. Germany
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: Biodiversity refers to the variety of life forms within a given ecosystem, including genetic, species, and ecological diversity.
65
+ outputs:
66
+ question: What does biodiversity encompass?
67
+ options:
68
+ - A. Only plant species
69
+ - B. Genetic, species, and ecological diversity
70
+ - C. Only animal populations
71
+ - D. Human interactions with nature
72
+ correct_option: B
73
+ example_title: Biodiversity MCQ
74
+
75
  library_name: transformers
76
  ---
77