Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ __pycache__/
.pytest_cache/
.ruff_cache/
dist/
# demo.ipynb: downloaded DOD-O records + cached embeddings (large; regenerated on run)
data/
# Seeded checkpoints / manifests (large binaries; fetched or seeded, not committed)
checkpoints/
*.ckpt
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ uv sync # or: pip install -e .

## Usage

> **Worked example:** [`demo.ipynb`](demo.ipynb) runs the full pipeline end-to-end — download the
> [Dreem Open Dataset (DOD-O)](https://arxiv.org/abs/1911.03221), generate Hypnos embeddings, and
> train a linear-probe sleep stager evaluated with subject-wise cross-validation.

Load an EDF, preprocess, and generate embeddings from the pre-trained Hypnos model:

```python
Expand Down
Loading
Loading