Update README.md
Browse files
README.md
CHANGED
|
@@ -71,12 +71,6 @@ epochs = fused[: n * 30].reshape(n, 30, -1).mean(axis=1) # over 30-s epochs ->
|
|
| 71 |
EEG/EOG channels are contralaterally referenced (e.g. C3-M2); Chin EMG is a bipolar
|
| 72 |
derivation; ECG/respiratory are used directly. Embedding dimension is 768.
|
| 73 |
|
| 74 |
-
## Devices
|
| 75 |
-
|
| 76 |
-
CUDA and CPU are supported. **Apple Silicon (MPS) is not** — PyTorch's `flex_attention` has no
|
| 77 |
-
Metal kernel, so on a Mac use `device="cpu"` (a 2-minute clip embeds in a few seconds; a full
|
| 78 |
-
night takes ~1 minute).
|
| 79 |
-
|
| 80 |
## Format
|
| 81 |
|
| 82 |
`hypnos.safetensors` — weights under namespaced keys (`model/…`, `tok/<name>/…`)
|
|
|
|
| 71 |
EEG/EOG channels are contralaterally referenced (e.g. C3-M2); Chin EMG is a bipolar
|
| 72 |
derivation; ECG/respiratory are used directly. Embedding dimension is 768.
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
## Format
|
| 75 |
|
| 76 |
`hypnos.safetensors` — weights under namespaced keys (`model/…`, `tok/<name>/…`)
|