kanoza commited on
Commit
159d420
·
verified ·
1 Parent(s): 8b6ba3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -31
README.md CHANGED
@@ -10,68 +10,74 @@ tags:
10
  license: apache-2.0
11
  language:
12
  - en
13
- pipeline_tag: text2text-generation
14
  inference: true
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
-
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
 
 
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