Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# FLAN v2 Cot Deduplicated Dataset
|
| 5 |
+
|
| 6 |
+
# Data Preprocessing
|
| 7 |
+
- Remove instructions with less than 100 in 'targets'.
|
| 8 |
+
- Dedepulicate Dataset using cosine similarity with a threshold of 0.95.
|
| 9 |
+
|
| 10 |
+
# Code
|
| 11 |
+
- Github repo : https://github.com/AJlearner46/Deduplicate-flanv2-finetune-LLaMa3-
|
| 12 |
+
|
| 13 |
+
# Acknowledgments
|
| 14 |
+
- The original dataset is provided by SirNeural/flan_v2.
|
| 15 |
+
- Tokenizer used: bert-base-uncased from Hugging Face.
|