cviswanath commited on
Commit
7f5eea8
1 Parent(s): 8ae853c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ Data was taken from `flan-v2's` GitHub repository.
6
+ First of all, all the training data from the coT folder was combined, and the following steps were taken to process the data:
7
+ 1. Removed the entries with responses less than 100 tokens
8
+ 2. Deduplicated data with a cosine similarity greater than 0.95 was removed.