Add pipeline tag and library name
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
4 |
<p align="center">
|
5 |
π <a href="https://arxiv.org/abs/2503.00808" target="_blank">Paper</a>    |    π¨ <a href="https://huggingface.co/hkust-nlp/preselect-fasttext-classifier" target="_blank">fastText Classifier</a>    |    π€ <a href="https://huggingface.co/datasets/hkust-nlp/PreSelect-100B" target="_blank">Released Dataset</a>    |    π¦ <a href="https://github.com/hkust-nlp/PreSelect" target="_blank">Repo</a>
|
6 |
<br>
|
@@ -57,4 +60,4 @@ If you find this work helpful, please kindly cite as:
|
|
57 |
year={2025},
|
58 |
eprint={2503.00808},
|
59 |
}
|
60 |
-
```
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: TEXT_CLASSIFICATION
|
4 |
+
library_name: fasttext
|
5 |
---
|
6 |
+
|
7 |
<p align="center">
|
8 |
π <a href="https://arxiv.org/abs/2503.00808" target="_blank">Paper</a>    |    π¨ <a href="https://huggingface.co/hkust-nlp/preselect-fasttext-classifier" target="_blank">fastText Classifier</a>    |    π€ <a href="https://huggingface.co/datasets/hkust-nlp/PreSelect-100B" target="_blank">Released Dataset</a>    |    π¦ <a href="https://github.com/hkust-nlp/PreSelect" target="_blank">Repo</a>
|
9 |
<br>
|
|
|
60 |
year={2025},
|
61 |
eprint={2503.00808},
|
62 |
}
|
63 |
+
```
|