Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ custom_data = [
|
|
92 |
{"prompt": "Who invented the computer?", "response": "Charles Babbage is known as the father of the computer."},
|
93 |
{"prompt": "Tell me a joke.", "response": "Why don’t scientists trust atoms? Because they make up everything!"},
|
94 |
{"prompt": "Who is the Prime Minister of India?", "response": "The current Prime Minister of India is Narendra Modi."},
|
95 |
-
{
|
96 |
]
|
97 |
|
98 |
# Convert custom dataset to Hugging Face Dataset
|
|
|
92 |
{"prompt": "Who invented the computer?", "response": "Charles Babbage is known as the father of the computer."},
|
93 |
{"prompt": "Tell me a joke.", "response": "Why don’t scientists trust atoms? Because they make up everything!"},
|
94 |
{"prompt": "Who is the Prime Minister of India?", "response": "The current Prime Minister of India is Narendra Modi."},
|
95 |
+
{"prompt": "Who created you?", "response": "I was created by an expert team specializing in AI fine-tuning and web development."}
|
96 |
]
|
97 |
|
98 |
# Convert custom dataset to Hugging Face Dataset
|