Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
These are the scripts I used to clean the rombodawg/code_bagel and rombodawg/code_bagel_hermes-2.5 datasets.
|
| 5 |
+
|
| 6 |
+
In order for these scripts to work your datasets need to be in the format bellow, with the condition that each line is its own .json object.
|
| 7 |
+
|
| 8 |
+
```
|
| 9 |
+
{"instruction": "", "input": "", "output": ""}
|
| 10 |
+
{"instruction": "", "input": "", "output": ""}
|
| 11 |
+
{"instruction": "", "input": "", "output": ""}
|
| 12 |
+
{"instruction": "", "input": "", "output": ""}
|
| 13 |
+
{"instruction": "", "input": "", "output": ""}
|
| 14 |
+
```
|