lamhieu commited on
Commit
2ce88d0
·
1 Parent(s): 55d2410

chore: update examples

Browse files
Files changed (1) hide show
  1. app.py +13 -9
app.py CHANGED
@@ -38,24 +38,28 @@ Ghost 8B Beta may give inaccurate information, including information about peopl
38
 
39
  EXAMPLES = [
40
  [
41
- "Explain the concept of quantum entanglement and its implications for quantum computing."
42
  ],
43
- ["Comment le mouvement des Lumières a-t-il influencé la Révolution française ?"],
44
- ["Quale fu l'impatto del Rinascimento italiano sull'arte e la cultura europea?"],
45
  [
46
- "Spiega il funzionamento e le applicazioni della spettroscopia Raman in chimica analitica."
47
  ],
 
48
  [
49
- "Explique el teorema de incompletitud de Gödel y sus implicaciones en la lógica matemática."
50
  ],
51
  [
52
- "Descreva o processo de meiose celular e sua importância na variabilidade genética."
53
  ],
54
  [
55
- "Giải thích nguyên hoạt động của máy học sâu (deep learning) trong trí tuệ nhân tạo và ứng dụng của nó trong xử lý ngôn ngữ tự nhiên."
56
  ],
57
- ["조선 시대의 신분제도가 한국 사회에 미친 영향을 분석하시오."],
58
- ["分析丝绸之路对中国古代文化交流和经济发展的影响。"],
 
 
 
 
 
59
  [
60
  "Create a Python function that takes a list of integers and returns the list sorted in ascending order without using the built-in sort or sorted functions."
61
  ],
 
38
 
39
  EXAMPLES = [
40
  [
41
+ "What is the significance of the Higgs boson in the Standard Model of particle physics?"
42
  ],
 
 
43
  [
44
+ "Qu'est-ce que l'effet fondateur et comment influence-t-il la diversité génétique d'une population?"
45
  ],
46
+ ["Qual è il principio di Le Chatelier e come si applica agli equilibri chimici?"],
47
  [
48
+ "¿Qué es una supernova y cuál es su importancia en la formación de elementos pesados en el universo?"
49
  ],
50
  [
51
+ "Qual é a definição formal de uma integral de linha e como é utilizada em física?"
52
  ],
53
  [
54
+ "Was versteht man unter dem Moho-Diskontinuität und welche Bedeutung hat sie für das Verständnis der Erdkruste?"
55
  ],
56
+ [
57
+ "Hiện tượng nhà kính là gì và nó ảnh hưởng như thế nào đến biến đổi khí hậu toàn cầu?"
58
+ ],
59
+ [
60
+ "알고리즘의 시간 복잡도가 중요한 이유는 무엇이며, 시간 복잡도를 어떻게 분석하나요?"
61
+ ],
62
+ ["什么是CRISPR-Cas9基因编辑技术,它在现代生物学研究中的作用是什么?"],
63
  [
64
  "Create a Python function that takes a list of integers and returns the list sorted in ascending order without using the built-in sort or sorted functions."
65
  ],