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 we have leveraged the wonderful Tensorflow Embeddings Projector (MAKE LINK AND WORKABLE) to allow you to inspect the embeddings of the model. Keep in mind that many words must be sub-word tokenized and are thus not explicitly present in the explorer.
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>