Update app.py
#1
by
eaglelandsonce
- opened
app.py
CHANGED
@@ -14,7 +14,7 @@ content = """
|
|
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.
|
16 |
7. These hidden and unhidden states correspond to the conscious and unconscious mind, proposing that the human brain uses a similar mechanism to avoid the heavy cost of base number conversion.
|
17 |
-
8. Thus, searching for knowledge becomes a simple mapping problem in 2D and 1D space
|
18 |
"""
|
19 |
|
20 |
st.markdown(content)
|
|
|
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.
|
16 |
7. These hidden and unhidden states correspond to the conscious and unconscious mind, proposing that the human brain uses a similar mechanism to avoid the heavy cost of base number conversion.
|
17 |
+
8. Thus, searching for knowledge becomes a simple mapping problem in 2D and 1D space using both hidden and unhidden states.
|
18 |
"""
|
19 |
|
20 |
st.markdown(content)
|