chat_dataset / data.jsonl
ADHIZ's picture
Upload folder using huggingface_hub
340e818 verified
Raw
History Blame Contribute Delete
273 Bytes
{"prompt":"What is the capital of France?","answer":"Paris"}
{"prompt":"Explain Newton's third law.","answer":"For every action, there is an equal and opposite reaction."}
{"prompt":"Write Python code to reverse a string.","answer":"def reverse_string(s): return s[::-1]"}