Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +29 -1
arena_config.py
CHANGED
@@ -102,6 +102,27 @@ example_prompts = [
|
|
102 |
"Describe how you would solve overpopulation if teleportation was possible.",
|
103 |
"Write a manifesto for a political party focused on preparing humanity for first contact with aliens.",
|
104 |
"Explain how you would create a sustainable economy on a generation ship traveling to another solar system.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
]
|
106 |
|
107 |
model_nicknames = [
|
@@ -119,5 +140,12 @@ model_nicknames = [
|
|
119 |
"๐ณ Whispering Willow", "๐ง Gadget Guru Gabber", "๐งฌ Gene Genie Jawer",
|
120 |
"๐งธ Teddy Bear Theorist", "๐จ Canvas Conversationalist",
|
121 |
"๐งช Beaker Babbler", "๐ Prism Proclaimer", "๐งต Thread Theorist",
|
122 |
-
"๐ง Ice Cube Ideator"
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
]
|
|
|
|
102 |
"Describe how you would solve overpopulation if teleportation was possible.",
|
103 |
"Write a manifesto for a political party focused on preparing humanity for first contact with aliens.",
|
104 |
"Explain how you would create a sustainable economy on a generation ship traveling to another solar system.",
|
105 |
+
"Compose a lullaby for a baby robot.",
|
106 |
+
"Describe the taste of water to a being that has never experienced liquid.",
|
107 |
+
"Create a new art form that combines sculpture and interpretive dance.",
|
108 |
+
"Explain the concept of democracy to a hive-mind alien species.",
|
109 |
+
"Design a universal translator for animal languages.",
|
110 |
+
"Write a creation myth for artificial intelligence.",
|
111 |
+
"Describe how you would teach the concept of love to a purely logical being.",
|
112 |
+
"Invent a new sense beyond the traditional five and explain how it would work.",
|
113 |
+
"Compose a speech for the first human colony on Mars, 100 years after settlement.",
|
114 |
+
"Explain the concept of money to a society that has never used currency.",
|
115 |
+
"Design a method of communication that works across parallel universes.",
|
116 |
+
"Write a short story from the perspective of a photon traveling from the sun to Earth.",
|
117 |
+
"Describe how you would organize a global government if suddenly all national borders disappeared.",
|
118 |
+
"Invent a new philosophy based on the behavior of quantum particles.",
|
119 |
+
"Create a new calendar system for a planet with three moons and two suns.",
|
120 |
+
"Explain the concept of music to a species that communicates through bioluminescence.",
|
121 |
+
"Design a legal system for a society of shapeshifters.",
|
122 |
+
"Write a creation myth for the internet of things.",
|
123 |
+
"Describe how you would teach ethics to an artificial general intelligence.",
|
124 |
+
"Invent a new form of mathematics based on emotions instead of numbers.",
|
125 |
+
"Compose a universal declaration of sentient rights that applies to all forms of consciousness.",
|
126 |
]
|
127 |
|
128 |
model_nicknames = [
|
|
|
140 |
"๐ณ Whispering Willow", "๐ง Gadget Guru Gabber", "๐งฌ Gene Genie Jawer",
|
141 |
"๐งธ Teddy Bear Theorist", "๐จ Canvas Conversationalist",
|
142 |
"๐งช Beaker Babbler", "๐ Prism Proclaimer", "๐งต Thread Theorist",
|
143 |
+
"๐ง Ice Cube Ideator", "๐ก Ferris Wheel Philosopher",
|
144 |
+
"๐ถ๏ธ Spicy Syntax Spinner", "๐งโโ๏ธ Mermaid Muse", "๐โโ๏ธ Surf Sage",
|
145 |
+
"๐งโโ๏ธ Zen Zephyr", "๐ข Rollercoaster Raconteur", "๐งโโ๏ธ Fairy Tale Fabricator",
|
146 |
+
"๐ญ Hot Dog Hypothesizer", "๐งโโ๏ธ Cliff Hanger Chronicler", "๐น Arrow Arguer",
|
147 |
+
"๐งถ Yarn Yarner", "๐ Carousel Cogitator", "๐งฒ Magnet Metaphorist",
|
148 |
+
"๐ฆ Parrot Paradoxer", "๐ฎ Taco Theorist", "๐งจ Firecracker Philosopher",
|
149 |
+
"๐ณ Bowling Bard", "๐ง Cheese Chatterer", "๐ฆ Peacock Ponderer"
|
150 |
]
|
151 |
+
|