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