Spaces:
Runtime error
Runtime error
im
commited on
Commit
·
4e79404
1
Parent(s):
7059ad1
refine text
Browse files
app.py
CHANGED
|
@@ -62,14 +62,10 @@ st.write("""\
|
|
| 62 |
with st.expander("Copernicus Museum in Warsaw"):
|
| 63 |
st.write("""\
|
| 64 |
Have you ever visited the Copernicus Museum in Warsaw? It's an engaging interactive hub that allows
|
| 65 |
-
you to
|
| 66 |
providing the opportunity to explore different concepts firsthand. **They even feature a small neural network that
|
| 67 |
illustrates the neuron activation process during the recognition of handwritten digits!**
|
| 68 |
|
| 69 |
-
Taking inspiration from this approach, we'll embark on our journey into the world of Transformer models by first
|
| 70 |
-
establishing a firm understanding of tokenisation and embeddings. This foundation will equip us with the knowledge
|
| 71 |
-
needed to delve into the more complex aspects of these models later on.
|
| 72 |
-
|
| 73 |
I encourage you not to hesitate in modifying parameters or experimenting with different models in the provided
|
| 74 |
examples. This hands-on exploration can significantly enhance your learning experience. So, let's begin our journey
|
| 75 |
through this virtual, interactive museum of AI. Enjoy the exploration!
|
|
|
|
| 62 |
with st.expander("Copernicus Museum in Warsaw"):
|
| 63 |
st.write("""\
|
| 64 |
Have you ever visited the Copernicus Museum in Warsaw? It's an engaging interactive hub that allows
|
| 65 |
+
you to familiarise yourself with various scientific topics. The experience is both entertaining and educational,
|
| 66 |
providing the opportunity to explore different concepts firsthand. **They even feature a small neural network that
|
| 67 |
illustrates the neuron activation process during the recognition of handwritten digits!**
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
I encourage you not to hesitate in modifying parameters or experimenting with different models in the provided
|
| 70 |
examples. This hands-on exploration can significantly enhance your learning experience. So, let's begin our journey
|
| 71 |
through this virtual, interactive museum of AI. Enjoy the exploration!
|