Add pipeline tag and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -17
README.md CHANGED
@@ -1,32 +1,28 @@
1
  ---
 
2
  license: mit
 
3
  tags:
4
- - eeg
5
- - tokenizer
6
- - time-frequency
7
- - vq-vae
8
- - transformer
9
- - single-channel-eeg
10
- - iclr2026
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
  [![ICLR 2026](https://img.shields.io/badge/ICLR%202026-Paper-blue)](https://openreview.net/forum?id=2sPmWHZ8Ir)
23
- [![arXiv](https://img.shields.io/badge/arXiv-2601.22197-b31b1b.svg)](https://arxiv.org/abs/2502.16060)
 
24
  [![Poster](https://img.shields.io/badge/Poster-PDF-F5A623.svg)](https://drive.google.com/file/d/18k5CoJAGzRWAsqs8-qSltVTNkp5rMnBx/view?usp=sharing)
25
  [![GitHub](https://img.shields.io/badge/GitHub-Code-black?logo=github)](https://github.com/Jathurshan0330/TFM-Tokenizer)
26
  [![Slides](https://img.shields.io/badge/Slides-PDF-F5A623.svg)](https://drive.google.com/file/d/1za78WIW4wY9kD_TQtehQCzUTIW4CRYx-/view?usp=sharing)
27
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
28
 
29
- Official pretrained and finetuned weights for [**Tokenizing Single-Channel EEG with Time-Frequency Motif Learning**](https://openreview.net/forum?id=2sPmWHZ8Ir), published at **ICLR 2026**.
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
  [![ICLR 2026](https://img.shields.io/badge/ICLR%202026-Paper-blue)](https://openreview.net/forum?id=2sPmWHZ8Ir)
18
+ [![arXiv](https://img.shields.io/badge/arXiv-2502.16060-b31b1b.svg)](https://arxiv.org/abs/2502.16060)
19
+ [![Hugging Face Paper](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Paper-blue)](https://huggingface.co/papers/2502.16060)
20
  [![Poster](https://img.shields.io/badge/Poster-PDF-F5A623.svg)](https://drive.google.com/file/d/18k5CoJAGzRWAsqs8-qSltVTNkp5rMnBx/view?usp=sharing)
21
  [![GitHub](https://img.shields.io/badge/GitHub-Code-black?logo=github)](https://github.com/Jathurshan0330/TFM-Tokenizer)
22
  [![Slides](https://img.shields.io/badge/Slides-PDF-F5A623.svg)](https://drive.google.com/file/d/1za78WIW4wY9kD_TQtehQCzUTIW4CRYx-/view?usp=sharing)
23
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](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
+ ```