SalehAhmad commited on
Commit
d4317ae
1 Parent(s): 0b8240b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -3,6 +3,34 @@ language:
3
  - en
4
  library_name: transformers
5
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  This model is for the module
 
3
  - en
4
  library_name: transformers
5
  pipeline_tag: text-generation
6
+ widget:
7
+ - text: |-
8
+ Instruct: You are a chatbot, who is helping to curate datasets. Based on the input paragraph as context generate as many mcq question as possible without repeptition. You donot generate repetitive questions.
9
+ When you are given a paragraph for context. You will generate multiple mcq questions, it's 4 options and it's actual answer.
10
+ For Example:
11
+ Paragraph: .....
12
+ -Start of Question-
13
+ Question: ......
14
+ Options:
15
+ a) .....
16
+ b) .....
17
+ c) .....
18
+ d) .....
19
+ Actual Answer: b)....
20
+ -End of Question-
21
+ -Start of Question-
22
+ Question: ......
23
+ Options:
24
+ a) .....
25
+ b) .....
26
+ c) .....
27
+ d) .....
28
+ Actual Answer: d)....
29
+ -End of Question-
30
+ and so on.
31
+ Paragraph: Computer science theories and basic programming principles form the foundation of the ever-evolving field of technology. At its core, computer science is not just about writing code but involves the exploration and application of fundamental principles that underpin the design and functioning of computers. One key theory in computer science is the Turing Machine, proposed by Alan Turing in the 1930s. This theoretical construct laid the groundwork for understanding the limits and possibilities of computation. The idea that any computable function could be computed by a Turing Machine provided a theoretical framework for the development of modern computers. Another essential theory in computer science is the concept of algorithms. Algorithms are step-by-step procedures or formulas for solving problems and performing tasks. They are crucial in programming as they guide the computer in executing tasks efficiently. The study of algorithms involves analyzing their efficiency and correctness, and it plays a pivotal role in designing software that can handle large datasets and complex computations. Moreover, algorithms are closely related to data structures, which are the ways in which data is organized and stored in a computer's memory. Efficient data structures are essential for optimizing the performance of algorithms.
32
+ Output:
33
+ example_title: "Example 1"
34
  ---
35
 
36
  This model is for the module