Add MIT license + citation to model card
Browse files
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- sleep
|
| 4 |
- eeg
|
|
@@ -82,3 +83,22 @@ night takes ~1 minute).
|
|
| 82 |
`hypnos_multimodal.safetensors` — weights under namespaced keys (`model/…`, `tok/<name>/…`)
|
| 83 |
with the config as a JSON string in the file metadata. Loaded with `safetensors` (no
|
| 84 |
arbitrary-code unpickling).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
tags:
|
| 4 |
- sleep
|
| 5 |
- eeg
|
|
|
|
| 83 |
`hypnos_multimodal.safetensors` — weights under namespaced keys (`model/…`, `tok/<name>/…`)
|
| 84 |
with the config as a JSON string in the file metadata. Loaded with `safetensors` (no
|
| 85 |
arbitrary-code unpickling).
|
| 86 |
+
|
| 87 |
+
## License
|
| 88 |
+
|
| 89 |
+
Released under the [MIT License](LICENSE).
|
| 90 |
+
|
| 91 |
+
## Citation
|
| 92 |
+
|
| 93 |
+
```bibtex
|
| 94 |
+
@online{carterNextTokenPredictionLearns2026,
|
| 95 |
+
title = {Next-Token Prediction Learns Generalisable Representations of Sleep Physiology},
|
| 96 |
+
author = {Carter, Jonathan F. and Tarassenko, Lionel},
|
| 97 |
+
date = {2026-06-08},
|
| 98 |
+
eprint = {2606.09605},
|
| 99 |
+
eprinttype = {arXiv},
|
| 100 |
+
eprintclass = {cs.AI},
|
| 101 |
+
doi = {10.48550/arXiv.2606.09605},
|
| 102 |
+
url = {http://arxiv.org/abs/2606.09605},
|
| 103 |
+
}
|
| 104 |
+
```
|