3morixd commited on
Commit
1581ec4
·
verified ·
1 Parent(s): 44b48cc

Upload prompts.csv with huggingface_hub

Browse files
Files changed (1) hide show
  1. prompts.csv +21 -0
prompts.csv ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ category,expected,expected_type,id,prompt
2
+ summarization,,short_summary,mt1,Summarize: The meeting is moved to Thursday at 2pm. Please bring the quarterly report.
3
+ summarization,,short_summary,mt2,Summarize: Your order #12345 has shipped and will arrive on Tuesday between 2-4pm.
4
+ summarization,,short_summary,mt3,Summarize: The project deadline has been extended by two weeks due to additional testing requirements.
5
+ classification,spam,,mt4,Classify as spam or not: WINNER! Claim your $1000 gift card now!
6
+ classification,not_spam,,mt5,"Classify as spam or not: Hey, running 10 min late, see you soon"
7
+ classification,mixed,,mt6,Classify sentiment: The food was amazing but service was slow
8
+ qa,Paris,,mt7,What is the capital of France?
9
+ qa,7,,mt8,How many continents are there?
10
+ qa,Jupiter,,mt9,What is the largest planet?
11
+ translation,مرحبا، كيف حالك؟,,mt10,"Translate to Arabic: Hello, how are you?"
12
+ translation,Good morning,,mt11,Translate to English: Buenos días
13
+ code,def reverse(s): return s[::-1],,mt12,Write a function that reverses a string
14
+ code,def is_even(n): return n % 2 == 0,,mt13,Write a function to check if a number is even
15
+ creative,,greeting,mt14,Write a one-sentence birthday greeting
16
+ creative,,description,mt15,Write a one-sentence product description for headphones
17
+ math,180,,mt16,What is 15 * 12?
18
+ math,25,,mt17,What is 100 / 4?
19
+ function_call,,json,mt18,Set an alarm for 7am
20
+ function_call,,json,mt19,Call mom
21
+ function_call,,json,mt20,What's the weather in Dubai?