Add `library_name: diffusers` and "Latest Updates" section
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: feature-extraction
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# EEGDM: EEG Representation Learning via Generative Diffusion Model
|
|
@@ -91,6 +92,11 @@ The proposed method addresses critical limitations in current EEG analysis, incl
|
|
| 91 |
<img src="https://github.com/jhpuah/EEGDM/raw/main/assets/GenerationResult.png" width="566">
|
| 92 |
</div>
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
## ⚙️ Quick Start
|
| 95 |
|
| 96 |
First, set up the environment with Conda: [https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html)
|
|
@@ -218,7 +224,7 @@ If you use this work, please cite:
|
|
| 218 |
```bibtex
|
| 219 |
@misc{puah2025eegdm,
|
| 220 |
title={{EEGDM: EEG Representation Learning via Generative Diffusion Model}},
|
| 221 |
-
author={Jia Hong Puah
|
| 222 |
year={2025},
|
| 223 |
eprint={2508.14086},
|
| 224 |
archivePrefix={arXiv},
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: feature-extraction
|
| 4 |
+
library_name: diffusers
|
| 5 |
---
|
| 6 |
|
| 7 |
# EEGDM: EEG Representation Learning via Generative Diffusion Model
|
|
|
|
| 92 |
<img src="https://github.com/jhpuah/EEGDM/raw/main/assets/GenerationResult.png" width="566">
|
| 93 |
</div>
|
| 94 |
|
| 95 |
+
## 📰 Latest Updates
|
| 96 |
+
|
| 97 |
+
* **[2025-07-16]** Initial setup and README update.
|
| 98 |
+
* **[2025-08-11]** Main pages and experiment result update.
|
| 99 |
+
|
| 100 |
## ⚙️ Quick Start
|
| 101 |
|
| 102 |
First, set up the environment with Conda: [https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html)
|
|
|
|
| 224 |
```bibtex
|
| 225 |
@misc{puah2025eegdm,
|
| 226 |
title={{EEGDM: EEG Representation Learning via Generative Diffusion Model}},
|
| 227 |
+
author={Jia Hong Puah and Sim Kuan Goh and Ziwei Zhang and Zixuan Ye and Chow Khuen Chan and Kheng Seang Lim and Si Lei Fong and Kok Sin Woon},
|
| 228 |
year={2025},
|
| 229 |
eprint={2508.14086},
|
| 230 |
archivePrefix={arXiv},
|