Add model card and paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: other
4
+ ---
5
+
6
+ # Neural Signals Generate Clinical Notes in the Wild
7
+
8
+ This repository contains the CELM (Clinical EEG-to-Language) model introduced in the paper [Neural Signals Generate Clinical Notes in the Wild](https://huggingface.co/papers/2601.22197).
9
+
10
+ CELM is the first clinical EEG-to-Language foundation model designed for summarizing long-duration, variable-length EEG recordings and performing end-to-end clinical report generation at multiple scales. It integrates pretrained EEG foundation models with language models to enable scalable multimodal learning.
11
+
12
+ - **Paper:** [Neural Signals Generate Clinical Notes in the Wild](https://huggingface.co/papers/2601.22197)
13
+ - **Code:** [https://github.com/Jathurshan0330/CELM](https://github.com/Jathurshan0330/CELM)
14
+
15
+ ## Citation
16
+
17
+ ```bibtex
18
+ @article{pradeepkumar2026neural,
19
+ title={Neural Signals Generate Clinical Notes in the Wild},
20
+ author={Pradeepkumar, Jathurshan and Chen, Zheng and Sun, Jimeng},
21
+ journal={arXiv preprint arXiv:2601.22197},
22
+ year={2026}
23
+ }
24
+ ```