ayushrupapara's picture
Update README.md
ddef028 verified
|
raw
history blame
429 Bytes
metadata
license: mit

FLAN v2 Cot Deduplicated Dataset

Data Preprocessing

  • Remove instructions with less than 100 in 'targets'.
  • Dedepulicate Dataset using cosine similarity with a threshold of 0.95.

Code

Acknowledgments

  • The original dataset is provided by SirNeural/flan_v2.
  • Tokenizer used: bert-base-uncased from Hugging Face.