Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ content = """
|
|
9 |
|
10 |
1. An "all possible combinations space" exists in multidimensional space where one doesn't create knowledge but discovers it.
|
11 |
2. This multidimensional space is best searched with LLMs using goals, as goals carry the recipes for accomplishing them.
|
12 |
-
3. There exists a multidimensional "all possible" goal space consisting of interconnected goals resembling a graph.
|
13 |
4. This multidimensional goals space can best be searched by remapping it to the 2D Infinite Canvas proposed in the LabLab.ai Build Your Business StartUp Hackathon's "Navigating the Infinite Plane".
|
14 |
5. The infinite canvas can be created using a 50256 base number system derived from the GPT-2 tokenization labels.
|
15 |
6. To avoid the costly computational expense of base number conversion, hidden and unhidden states are created in the 2D infinite plane.
|
|
|
9 |
|
10 |
1. An "all possible combinations space" exists in multidimensional space where one doesn't create knowledge but discovers it.
|
11 |
2. This multidimensional space is best searched with LLMs using goals, as goals carry the recipes for accomplishing them.
|
12 |
+
3. There exists a multidimensional "all possible" Codestral goal space consisting of interconnected goals resembling a graph.
|
13 |
4. This multidimensional goals space can best be searched by remapping it to the 2D Infinite Canvas proposed in the LabLab.ai Build Your Business StartUp Hackathon's "Navigating the Infinite Plane".
|
14 |
5. The infinite canvas can be created using a 50256 base number system derived from the GPT-2 tokenization labels.
|
15 |
6. To avoid the costly computational expense of base number conversion, hidden and unhidden states are created in the 2D infinite plane.
|