ayushrupapara commited on
Commit
e46e922
1 Parent(s): ed5ac75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ size_categories:
13
  # FLAN v2 Cot Deduplicated Dataset
14
 
15
  # Data Preprocessing
16
- - Remove instructions with less than 100 in 'targets'.
17
  - Dedepulicate Dataset using cosine similarity with a threshold of 0.95.
18
 
19
  # Code
 
13
  # FLAN v2 Cot Deduplicated Dataset
14
 
15
  # Data Preprocessing
16
+ - Remove instructions with less than 100 tokens in 'targets'.
17
  - Dedepulicate Dataset using cosine similarity with a threshold of 0.95.
18
 
19
  # Code