nielsr HF staff commited on
Commit
2cb3c2b
Β·
verified Β·
1 Parent(s): 9254b54

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card metadata to improve discoverability and clarity. The `pipeline_tag` is set to `TEXT_CLASSIFICATION` as this is a binary classifier for text data. The `library_name` is set to `fasttext` as this model uses the fastText library.

Files changed (1) hide show
  1. README.md +4 -1
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> &nbsp&nbsp | &nbsp&nbsp πŸ”¨ <a href="https://huggingface.co/hkust-nlp/preselect-fasttext-classifier" target="_blank">fastText Classifier</a> &nbsp&nbsp | &nbsp&nbsp πŸ€— <a href="https://huggingface.co/datasets/hkust-nlp/PreSelect-100B" target="_blank">Released Dataset</a> &nbsp&nbsp | &nbsp&nbsp πŸ“¦ <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> &nbsp&nbsp | &nbsp&nbsp πŸ”¨ <a href="https://huggingface.co/hkust-nlp/preselect-fasttext-classifier" target="_blank">fastText Classifier</a> &nbsp&nbsp | &nbsp&nbsp πŸ€— <a href="https://huggingface.co/datasets/hkust-nlp/PreSelect-100B" target="_blank">Released Dataset</a> &nbsp&nbsp | &nbsp&nbsp πŸ“¦ <a href="https://github.com/hkust-nlp/PreSelect" target="_blank">Repo</a>
9
  <br>
 
60
  year={2025},
61
  eprint={2503.00808},
62
  }
63
+ ```