Tristan nielsr HF Staff commited on
Commit
5ffe38a
·
verified ·
1 Parent(s): 0159019

Add link to Github repository, improve description (#1)

Browse files

- Add link to Github repository, improve description (73f9dc4fab72ac866fdc5a11ae29f85c8d6953d0)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: mit
3
  ---
4
- This is the fastText pretraining data filter targeting
5
- the LAMBADA task, discussed in the main text of the Perplexity
6
- Correlations paper: https://arxiv.org/abs/2409.05816
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ This repository contains a fastText pretraining data filter targeting the LAMBADA task, as discussed in the paper [Improving Pretraining Data Using Perplexity Correlations](https://arxiv.org/abs/2409.05816). This filter selects high-quality pretraining data based on correlations between LLM perplexity and downstream benchmark performance.
6
+
7
+ Code: https://github.com/TristanThrush/perplexity-correlations