arthrod commited on
Commit
0402432
·
verified ·
1 Parent(s): 66dad7c

Create sample.jsonl

Browse files
Files changed (1) hide show
  1. sample.jsonl +3 -0
sample.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ { "introductory_example": "Which response best explains machine learning?", "sample_zero": "Machine learning is a subset of AI that enables systems to learn and improve from experience without being explicitly programmed.", "sample_one": "Machine learning involves training computers to recognize patterns in data and make decisions based on those patterns.", "sample_two": "Machine learning is the science of getting computers to act without being explicitly programmed by using algorithms and statistical models." }
2
+ { "introductory_example": "How would you describe cloud computing?", "sample_zero": "Cloud computing delivers computing services over the internet, including servers, storage, databases, and software.", "sample_one": "Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power.", "sample_two": "Cloud computing provides shared processing resources and data to computers and other devices on demand via the internet." }
3
+ { "introductory_example": "What is the best explanation of blockchain?", "sample_zero": "Blockchain is a distributed ledger technology that records transactions across many computers in a way that cannot be altered retroactively.", "sample_one": "Blockchain is a system of recording information in a way that makes it difficult to change, hack, or cheat the system.", "sample_two": "Blockchain is a decentralized, distributed database that maintains a continuously growing list of ordered records called blocks." }