crumb commited on
Commit
7be9af4
1 Parent(s): d4b97bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,4 +43,4 @@ combined and exact-match de-duplicated. Then the top 3% scores and samples less
43
  because they likely have exact large n-token matches by chance such as exact
44
  dates or times that aren't actually relevant to the data.\*
45
 
46
- \*Upon further examination, some of these samples are still present throughout the data, you might benefit from using `dataset.filter(x['score'] > thresh)` for some threshold, but you risk losing high quality samples as well, this tradeoff should be well-examined before training.
 
43
  because they likely have exact large n-token matches by chance such as exact
44
  dates or times that aren't actually relevant to the data.\*
45
 
46
+ \*Upon further examination, some of these samples are still present throughout the data, albeit at much lower frequency than before, you might benefit from using `dataset.filter(x['score'] > thresh)` for some threshold, but you risk losing high quality samples as well, this tradeoff should be well-examined before training.