Add metadata and project page link
Browse filesThis PR adds the `feature-extraction` pipeline tag, a crucial step that will allow users to find the model on the Hugging Face Hub: https://huggingface.co/models?pipeline_tag=feature-extraction.
Besides that, it also adds the project page URL.
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Population Transformer
|
| 2 |
|
| 3 |
Weights for pretrained Population Transformer ([paper](https://arxiv.org/abs/2406.03044), [website](https://glchau.github.io/population-transformer/), [code](https://github.com/czlwang/PopulationTransformer)) using pretrained BrainBERT stft model ([paper](https://arxiv.org/abs/2302.14367), [code](https://github.com/czlwang/BrainBERT)).
|
|
@@ -15,4 +19,4 @@ Trained on Brain TreeBank ([paper](https://arxiv.org/pdf/2411.08343), [dataset](
|
|
| 15 |
primaryClass={cs.LG},
|
| 16 |
url={https://arxiv.org/abs/2406.03044},
|
| 17 |
}
|
| 18 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: feature-extraction
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
## Population Transformer
|
| 6 |
|
| 7 |
Weights for pretrained Population Transformer ([paper](https://arxiv.org/abs/2406.03044), [website](https://glchau.github.io/population-transformer/), [code](https://github.com/czlwang/PopulationTransformer)) using pretrained BrainBERT stft model ([paper](https://arxiv.org/abs/2302.14367), [code](https://github.com/czlwang/BrainBERT)).
|
|
|
|
| 19 |
primaryClass={cs.LG},
|
| 20 |
url={https://arxiv.org/abs/2406.03044},
|
| 21 |
}
|
| 22 |
+
```
|