Upload sample-dataset-instruct.jsonl with huggingface_hub
Browse files
sample-dataset-instruct.jsonl
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"input": "What is the capital of France?", "output": "Paris"}
|
| 2 |
+
{"input": "What is the capital of Germany?", "output": "Berlin"}
|
| 3 |
+
{"input": "What is the capital of Italy?", "output": "Rome"}
|
| 4 |
+
{"input": "What is the capital of Spain?", "output": "Madrid"}
|
| 5 |
+
{"input": "What is the capital of Portugal?", "output": "Lisbon"}
|
| 6 |
+
{"input": "What is the capital of Greece?", "output": "Athens"}
|
| 7 |
+
{"input": "What is the capital of Turkey?", "output": "Ankara"}
|
| 8 |
+
{"input": "What is the capital of Egypt?", "output": "Cairo"}
|
| 9 |
+
{"input": "What is the capital of Nigeria?", "output": "Abuja"}
|
| 10 |
+
{"input": "What is the capital of South Africa?", "output": "Pretoria"}
|
| 11 |
+
{"input": "What is the capital of Argentina?", "output": "Buenos Aires"}
|
| 12 |
+
{"input": "What is the capital of Brazil?", "output": "Brasília"}
|
| 13 |
+
{"input": "What is the capital of Mexico?", "output": "Mexico City"}
|
| 14 |
+
{"input": "What is the capital of Canada?", "output": "Ottawa"}
|
| 15 |
+
{"input": "What is the capital of Australia?", "output": "Canberra"}
|
| 16 |
+
{"input": "What is the capital of India?", "output": "New Delhi"}
|
| 17 |
+
{"input": "What is the capital of China?", "output": "Beijing"}
|
| 18 |
+
{"input": "What is the capital of Japan?", "output": "Tokyo"}
|
| 19 |
+
{"input": "What is the capital of Korea?", "output": "Seoul"}
|
| 20 |
+
{"input": "What is the capital of Vietnam?", "output": "Hanoi"}
|
| 21 |
+
{"input": "What is the capital of Thailand?", "output": "Bangkok"}
|
| 22 |
+
{"input": "What is the capital of Malaysia?", "output": "Kuala Lumpur"}
|
| 23 |
+
{"input": "What is the capital of Indonesia?", "output": "Jakarta"}
|