crumb commited on
Commit
35dca29
1 Parent(s): 2ddec81

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ The estimated top 10% of highest n-token (mean 3,4,5) overlaps for each of the
2
+ selected benchmark datasets (arc, truthful_qa, hellaswag, mmlu, humaneval) based
3
+ on 1k samples, within the first 3M samples of C4. The top scoring sample
4
+ datasets for each benchmark are then filtered again for top 30% scores and
5
+ combined and exact-match de-duplicated. Then the top 3% scores are removed
6
+ because they likely have exact large n-token matches by chance such as exact
7
+ dates or times that aren't actually relevant to the data.
8
+
9
+ This is meant to fascilitate a high-quality short continuation of pretraining
10
+ for language models.