TECHvivix commited on
Commit
4937229
·
verified ·
1 Parent(s): 8bdcbb4

Update dataset.json

Browse files
Files changed (1) hide show
  1. dataset.json +15 -15
dataset.json CHANGED
@@ -1,17 +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
  ]
 
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
  ]