Datasets:
Update the configuration to use 'load_dataset' properly.
#3
by
Weyaxi
- opened
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
- conversational
|
@@ -18,4 +22,4 @@ no-robots-sharegpt.jsonl
|
|
18 |
no-robots-sharegpt-fixed.jsonl
|
19 |
- Manual edits were made to ~10 dataset entries that were throwing warnings in axolotl - turns out that some of the multi-turn conversations had incorrectly-parsed turns in the original dataset
|
20 |
|
21 |
-
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
no-robots-sharegpt-fixed.jsonl
|
7 |
task_categories:
|
8 |
- text-generation
|
9 |
- conversational
|
|
|
22 |
no-robots-sharegpt-fixed.jsonl
|
23 |
- Manual edits were made to ~10 dataset entries that were throwing warnings in axolotl - turns out that some of the multi-turn conversations had incorrectly-parsed turns in the original dataset
|
24 |
|
25 |
+
Auto-converted Parquet is utilizing the `no-robots-sharegpt-fixed.jsonl` file.
|