Datasets:
Update the configuration to use 'load_dataset' properly.
Browse filesHi
@Doctor-Shotgun
,
As your current readme states, the Auto-converted Parquet is duplicating the data. You can fix this by updating the config like this:
```yaml
configs:
- config_name: default
data_files:
no-robots-sharegpt-fixed.jsonl
```
I suggest that you consider merging this, and thank you for converting it to ShareGPT format.
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.
|