Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
aa20994
1
Parent(s):
aee171a
Update spaces_info.py
Browse files- spaces_info.py +7 -7
spaces_info.py
CHANGED
@@ -17,25 +17,25 @@ Note:
|
|
17 |
examples = [
|
18 |
[
|
19 |
'A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|
20 |
-
64, "sampling", True],
|
21 |
['A poem about the beauty of science by Alfred Edgar Brittle\nTitle: The Magic Craft\nIn the old times', 64,
|
22 |
"sampling", True],
|
23 |
-
['استخراج العدد العاملي في لغة بايثون:', 64, "
|
24 |
-
["Pour déguster un ortolan, il faut tout d'abord", 64,
|
25 |
[
|
26 |
'Traduce español de España a español de Argentina\nEl coche es rojo - el auto es rojo\nEl ordenador es nuevo - la computadora es nueva\nel boligrafo es negro -',
|
27 |
-
64, "
|
28 |
[
|
29 |
'Estos ejemplos quitan vocales de las palabras\nEjemplos:\nhola - hl\nmanzana - mnzn\npapas - pps\nalacran - lcrn\npapa -',
|
30 |
-
64, "sampling", True],
|
31 |
["Question: If I put cheese into the fridge, will it melt?\nAnswer:", 64, "sampling", True],
|
32 |
["Math exercise - answers:\n34+10=44\n54+20=", 64, "sampling", True],
|
33 |
[
|
34 |
"Question: Where does the Greek Goddess Persephone spend half of the year when she is not with her mother?\nAnswer:",
|
35 |
-
64, "
|
36 |
[
|
37 |
"spelling test answers.\nWhat are the letters in « language »?\nAnswer: l-a-n-g-u-a-g-e\nWhat are the letters in « Romanian »?\nAnswer:",
|
38 |
-
64, "
|
39 |
]
|
40 |
|
41 |
initial_prompt_value = """استخراج العدد العاملي في لغة بايثون :
|
|
|
17 |
examples = [
|
18 |
[
|
19 |
'A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|
20 |
+
64, "sampling", True, "Sample", ],
|
21 |
['A poem about the beauty of science by Alfred Edgar Brittle\nTitle: The Magic Craft\nIn the old times', 64,
|
22 |
"sampling", True],
|
23 |
+
['استخراج العدد العاملي في لغة بايثون:', 64, "Sample", "Sample 1"],
|
24 |
+
["Pour déguster un ortolan, il faut tout d'abord", 64,"Sample", "Sample 1"],
|
25 |
[
|
26 |
'Traduce español de España a español de Argentina\nEl coche es rojo - el auto es rojo\nEl ordenador es nuevo - la computadora es nueva\nel boligrafo es negro -',
|
27 |
+
64, "Sample", "Sample 1"],
|
28 |
[
|
29 |
'Estos ejemplos quitan vocales de las palabras\nEjemplos:\nhola - hl\nmanzana - mnzn\npapas - pps\nalacran - lcrn\npapa -',
|
30 |
+
64, "Sample", "Sample 1""sampling", True],
|
31 |
["Question: If I put cheese into the fridge, will it melt?\nAnswer:", 64, "sampling", True],
|
32 |
["Math exercise - answers:\n34+10=44\n54+20=", 64, "sampling", True],
|
33 |
[
|
34 |
"Question: Where does the Greek Goddess Persephone spend half of the year when she is not with her mother?\nAnswer:",
|
35 |
+
64, "Sample", "Sample 1"],
|
36 |
[
|
37 |
"spelling test answers.\nWhat are the letters in « language »?\nAnswer: l-a-n-g-u-a-g-e\nWhat are the letters in « Romanian »?\nAnswer:",
|
38 |
+
64, "Sample", "Sample 1"]
|
39 |
]
|
40 |
|
41 |
initial_prompt_value = """استخراج العدد العاملي في لغة بايثون :
|