Add pipeline tag and link to paper
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,32 +1,28 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: mit
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
library_name: pytorch
|
| 12 |
---
|
| 13 |
|
| 14 |
# Tokenizing Single-Channel EEG with Time-Frequency Motif Learning - ICLR 2026
|
| 15 |
|
| 16 |
-
<!-- <p align="center">
|
| 17 |
-
<a href="https://openreview.net/forum?id=2sPmWHZ8Ir"><img src="https://img.shields.io/badge/ICLR%202026-Paper-blue" alt="Paper"></a>
|
| 18 |
-
<a href="https://github.com/Jathurshan0330/TFM-Tokenizer"><img src="https://img.shields.io/badge/GitHub-Code-black?logo=github" alt="GitHub"></a>
|
| 19 |
-
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License: MIT"></a>
|
| 20 |
-
</p> -->
|
| 21 |
-
|
| 22 |
[](https://openreview.net/forum?id=2sPmWHZ8Ir)
|
| 23 |
-
[](https://drive.google.com/file/d/18k5CoJAGzRWAsqs8-qSltVTNkp5rMnBx/view?usp=sharing)
|
| 25 |
[](https://github.com/Jathurshan0330/TFM-Tokenizer)
|
| 26 |
[](https://drive.google.com/file/d/1za78WIW4wY9kD_TQtehQCzUTIW4CRYx-/view?usp=sharing)
|
| 27 |
[](LICENSE)
|
| 28 |
|
| 29 |
-
Official pretrained and finetuned weights for [**Tokenizing Single-Channel EEG with Time-Frequency Motif Learning**](https://
|
| 30 |
|
| 31 |
## Repository Structure
|
| 32 |
|
|
@@ -156,4 +152,4 @@ booktitle={The Fourteenth International Conference on Learning Representations},
|
|
| 156 |
year={2026},
|
| 157 |
url={https://openreview.net/forum?id=2sPmWHZ8Ir}
|
| 158 |
}
|
| 159 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
license: mit
|
| 4 |
+
pipeline_tag: feature-extraction
|
| 5 |
tags:
|
| 6 |
+
- eeg
|
| 7 |
+
- tokenizer
|
| 8 |
+
- time-frequency
|
| 9 |
+
- vq-vae
|
| 10 |
+
- transformer
|
| 11 |
+
- single-channel-eeg
|
| 12 |
+
- iclr2026
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Tokenizing Single-Channel EEG with Time-Frequency Motif Learning - ICLR 2026
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
[](https://openreview.net/forum?id=2sPmWHZ8Ir)
|
| 18 |
+
[](https://arxiv.org/abs/2502.16060)
|
| 19 |
+
[](https://huggingface.co/papers/2502.16060)
|
| 20 |
[](https://drive.google.com/file/d/18k5CoJAGzRWAsqs8-qSltVTNkp5rMnBx/view?usp=sharing)
|
| 21 |
[](https://github.com/Jathurshan0330/TFM-Tokenizer)
|
| 22 |
[](https://drive.google.com/file/d/1za78WIW4wY9kD_TQtehQCzUTIW4CRYx-/view?usp=sharing)
|
| 23 |
[](LICENSE)
|
| 24 |
|
| 25 |
+
Official pretrained and finetuned weights for [**Tokenizing Single-Channel EEG with Time-Frequency Motif Learning**](https://huggingface.co/papers/2502.16060), published at **ICLR 2026**.
|
| 26 |
|
| 27 |
## Repository Structure
|
| 28 |
|
|
|
|
| 152 |
year={2026},
|
| 153 |
url={https://openreview.net/forum?id=2sPmWHZ8Ir}
|
| 154 |
}
|
| 155 |
+
```
|