nielsr HF Staff commited on
Commit
d913e8a
·
verified ·
1 Parent(s): 37ccc45

Add metadata and project page link

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -1
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
+ ```