Create dataset.json
Browse files- dataset.json +17 -0
dataset.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"input": "Can you post a tweet for me?", "output": {"instruction": "public_tweet"}},
|
| 3 |
+
{"input": "Please tweet: 'Hello World!'", "output": {"instruction": "public_tweet"}},
|
| 4 |
+
{"input": "Write a tweet that says: 'AI is the future!'", "output": {"instruction": "public_tweet"}},
|
| 5 |
+
{"input": "I need you to publish this on Twitter: 'Good morning everyone!'", "output": {"instruction": "public_tweet"}},
|
| 6 |
+
{"input": "Tweet this: 'Innovating with AI every day.'", "output": {"instruction": "public_tweet"}},
|
| 7 |
+
{"input": "Post on Twitter: 'Don't forget to follow us!'", "output": {"instruction": "public_tweet"}},
|
| 8 |
+
{"input": "Compose a tweet that reads: 'Our new product is out now!'", "output": {"instruction": "public_tweet"}},
|
| 9 |
+
{"input": "Publish this tweet: 'Grateful for all our amazing users.'", "output": {"instruction": "public_tweet"}},
|
| 10 |
+
{"input": "Can you write a tweet for me saying: 'Check out our latest blog post!'", "output": {"instruction": "public_tweet"}},
|
| 11 |
+
{"input": "I want to share this on Twitter: 'Excited to announce our new feature!'", "output": {"instruction": "public_tweet"}},
|
| 12 |
+
{"input": "Share this on Twitter: 'Teamwork makes the dream work!'", "output": {"instruction": "public_tweet"}},
|
| 13 |
+
{"input": "Post this tweet: 'Breaking news: We've just hit 1M users!'", "output": {"instruction": "public_tweet"}},
|
| 14 |
+
{"input": "Can you create a tweet for me? 'Our app is now available worldwide!'", "output": {"instruction": "public_tweet"}},
|
| 15 |
+
{"input": "Please write and post this tweet: 'Join us for a live webinar tomorrow.'", "output": {"instruction": "public_tweet"}},
|
| 16 |
+
{"input": "Publish this: 'Big thanks to our customers for their support!'", "output": {"instruction": "public_tweet"}}
|
| 17 |
+
]
|