acb commited on
Commit
30a696d
Β·
verified Β·
1 Parent(s): 732bb64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -76,11 +76,14 @@ On a practical level, new models such as this can be evaluated and understood mu
76
 
77
  ```
78
  morphism
79
- β”œβ”€β”€ morphism.py # CLI entrypoint
80
- β”œβ”€β”€ cyton.py # OpenBCI Cyton+Daisy recording
81
- β”œβ”€β”€ embed.py # Text embedding + SQLite storage
82
- β”œβ”€β”€ decode.py # EEG β†’ semantic embedding β†’ FAISS search
83
- β”œβ”€β”€ eegembed.py # EEG autoencoder streaming
 
 
 
84
  └── README.md
85
  ```
86
 
 
76
 
77
  ```
78
  morphism
79
+ β”œβ”€β”€ morphism.py # CLI entrypoint
80
+ β”œβ”€β”€ cyton.py # OpenBCI Cyton+Daisy recording
81
+ β”œβ”€β”€ decode.py # EEG β†’ semantic embedding β†’ FAISS search
82
+ β”œβ”€β”€ eegembed.py # EEG autoencoder streaming
83
+ β”œβ”€β”€ embed.py # Text embedding + SQLite storage
84
+ β”œβ”€β”€ retrieval.py # Retrieval pipeline
85
+ β”œβ”€β”€ encoder_traced.pt # Traced autoencoder weights
86
+ β”œβ”€β”€ semantic_traced.pt # Traced semantic model weights
87
  └── README.md
88
  ```
89