Instructions to use yang-ai-lab/SleepLM-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use yang-ai-lab/SleepLM-Base with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:yang-ai-lab/SleepLM-Base') tokenizer = open_clip.get_tokenizer('hf-hub:yang-ai-lab/SleepLM-Base') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ library_name: open_clip
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# SleepLM: Natural-Language Intelligence for Human Sleep
|
| 17 |
-
[](
|
| 18 |
[](https://yang-ai-lab.github.io/SleepLM/)
|
| 19 |
[](LICENSE)
|
| 20 |
[](#installation)
|
|
@@ -159,7 +159,7 @@ If you use SleepLM in your research, please cite the paper:
|
|
| 159 |
@article{xu2026sleeplm,
|
| 160 |
title={SleepLM: Natural-Language Intelligence for Human Sleep},
|
| 161 |
author={Xu, Zongzhe and Shuai, Zitao and Mozaffari, Eideen and Aysola, Ravi Shankar and Kumar, Rajesh and Yang, Yuzhe},
|
| 162 |
-
journal={arXiv preprint},
|
| 163 |
year={2026}
|
| 164 |
}
|
| 165 |
```
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# SleepLM: Natural-Language Intelligence for Human Sleep
|
| 17 |
+
[](https://arxiv.org/abs/2602.23605)
|
| 18 |
[](https://yang-ai-lab.github.io/SleepLM/)
|
| 19 |
[](LICENSE)
|
| 20 |
[](#installation)
|
|
|
|
| 159 |
@article{xu2026sleeplm,
|
| 160 |
title={SleepLM: Natural-Language Intelligence for Human Sleep},
|
| 161 |
author={Xu, Zongzhe and Shuai, Zitao and Mozaffari, Eideen and Aysola, Ravi Shankar and Kumar, Rajesh and Yang, Yuzhe},
|
| 162 |
+
journal={arXiv preprint arXiv:2602.23605},
|
| 163 |
year={2026}
|
| 164 |
}
|
| 165 |
```
|