Update README.md
Browse files
README.md
CHANGED
|
@@ -62,15 +62,6 @@ You will see a real-time retrieval of documents from your index that the model t
|
|
| 62 |
|
| 63 |
## How was this created?
|
| 64 |
|
| 65 |
-
```
|
| 66 |
-
raw EEG (16ch, 1kHz)
|
| 67 |
-
→ windowed segments (~0.6s)
|
| 68 |
-
→ convolutional autoencoder (64-dim bottleneck)
|
| 69 |
-
→ semantic VAE (→ 1024-dim text embedding space)
|
| 70 |
-
→ FAISS nearest-neighbor search
|
| 71 |
-
→ matching text from your corpus
|
| 72 |
-
```
|
| 73 |
-
|
| 74 |
This model works in two stages. The first stage is an autoencoder which represents the neural data in a latent space. The second stage is a semantic mapper, which guesses a semantic vector from the neural vector. This relatively simple architecture is surprisingly effective and lays the groundwork for future developments of this technology.
|
| 75 |
|
| 76 |
The underlying dataset represents a large collection of paired neural measurements and text stimuli, collected by Eve Labs over a period of 20 months on approximately forty subjects. Training data was gathered naturalistically; subjects chatted with LLMs while wearing the headset, with the conversation text serving as paired stimuli.
|
|
|
|
| 62 |
|
| 63 |
## How was this created?
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
This model works in two stages. The first stage is an autoencoder which represents the neural data in a latent space. The second stage is a semantic mapper, which guesses a semantic vector from the neural vector. This relatively simple architecture is surprisingly effective and lays the groundwork for future developments of this technology.
|
| 66 |
|
| 67 |
The underlying dataset represents a large collection of paired neural measurements and text stimuli, collected by Eve Labs over a period of 20 months on approximately forty subjects. Training data was gathered naturalistically; subjects chatted with LLMs while wearing the headset, with the conversation text serving as paired stimuli.
|