mike23415 commited on
Commit
1130714
·
verified ·
1 Parent(s): 1f2df23

Create data/train_data.json

Browse files
Files changed (1) hide show
  1. data/train_data.json +12 -0
data/train_data.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {"prompt": "The sun is hot", "completion": "The sun has a high temperature"},
3
+ {"prompt": "The moon is bright", "completion": "The moon appears luminous"},
4
+ {"prompt": "Stars twinkle", "completion": "Stars exhibit a flickering light"},
5
+ {"prompt": "Water is essential for life", "completion": "Life depends on water"},
6
+ {"prompt": "Earth rotates daily", "completion": "The Earth spins every 24 hours"},
7
+ {"prompt": "Clouds bring rain", "completion": "Clouds produce precipitation"},
8
+ {"prompt": "Fire is hot", "completion": "Fire generates intense heat"},
9
+ {"prompt": "Trees produce oxygen", "completion": "Trees release oxygen through photosynthesis"},
10
+ {"prompt": "The sky is blue", "completion": "The sky appears blue due to scattering"},
11
+ {"prompt": "Planets orbit the sun", "completion": "Planets revolve around the sun"}
12
+ ]