Llama-2-70b-chatbot / examples_list.py
bhaskartripathi's picture
Update examples_list.py
881056b
etext = """In India, where trains play a significant role in connecting the vast nation, which year saw a significant decline in train travel, reminiscent of a past national event?"""
examples_list = [
["Which Indian cricketer holds the record for the highest individual score in ODI cricket?"],
["Who was the captain of the Indian cricket team during the 2011 World Cup?"],
["Name the stadium in Kolkata that's one of the largest cricket stadiums in the world."],
["Which Indian cricketer is known as the 'God of Cricket'?"],
["In which year did India win its first cricket World Cup?"],
["कौन सी नदी को भारत में सबसे पवित्र माना जाता है?"],
["भारत के पहले प्रधानमंत्री कौन थे?"],
["तमिलनाडु राज्य में उत्पन्न हुए शास्त्रीय नृत्य का नाम बताएं।"],
["कौन सा भारतीय त्योहार 'प्रकाश का त्योहार' के रूप में जाना जाता है?"],
["भारत ने ब्रिटिश शासन से स्वतंत्रता किस वर्ष प्राप्त की थी?"],
["Which Indian city is known as the 'Pink City'?"],
["Name the Indian state where the Sundarbans mangrove forest is located."],
["Which Indian emperor built the Taj Mahal and for whom?"],
["What is the national bird of India?"],
["Which Indian state is known for its tea plantations?"],
["What is the primary difference between supervised and unsupervised learning?"],
["Which algorithm is commonly used for classification problems in machine learning?"],
["Name a popular deep learning framework developed by Google."],
["What is the role of a loss function in machine learning?"],
["Which technique helps in reducing the dimensionality of data in machine learning?"],
]