nielsr HF Staff commited on
Commit
16329f8
·
verified ·
1 Parent(s): 3d67f6a

Improve model card with metadata and code link

Browse files

This PR improves the model card by adding the `pipeline_tag` and `library_name` metadata, and includes a link to the Github repository. The `pipeline_tag` is set to `text-classification` as the data filter aids in the text classification domain.

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
- This is the fastText pretraining data filter targeting
5
- the LAMBADA DE task, discussed in the main text of the Perplexity
6
- Correlations paper: https://arxiv.org/abs/2409.05816
 
 
1
  ---
2
  license: mit
3
+ library_name: fasttext
4
+ pipeline_tag: text-classification
5
  ---
6
+
7
+ This is the fastText pretraining data filter targeting the LAMBADA DE task, discussed in the main text of the Perplexity Correlations paper: https://arxiv.org/abs/2409.05816
8
+
9
+ Code: https://github.com/TristanThrush/perplexity-correlations