Spaces:
Runtime error
Runtime error
grosenthal
commited on
Commit
•
dbacba9
1
Parent(s):
1a2f9e5
fix embedding
Browse files
src/aineid/src/ProcessExplainer.jsx
CHANGED
@@ -299,7 +299,7 @@ function ProcessExplainer({ state }) {
|
|
299 |
</Text>
|
300 |
|
301 |
<Text textAlign={"left"} mb={4}>
|
302 |
-
It would be uncouth to force your computer to read out the 384 numbers for each embedding here, so
|
303 |
</Text>
|
304 |
|
305 |
</Flex>
|
|
|
299 |
</Text>
|
300 |
|
301 |
<Text textAlign={"left"} mb={4}>
|
302 |
+
It would be uncouth to force your computer to read out the 384 numbers for each embedding here, so you're going to have to take our word for it. However, if you're curious, you can look at an Embeddings Visualization for English models at https://projector.tensorflow.org/.
|
303 |
</Text>
|
304 |
|
305 |
</Flex>
|