Doctor-Shotgun Weyaxi commited on
Commit
ff40b93
1 Parent(s): 0021bed

Update the configuration to use 'load_dataset' properly. (#3)

Browse files

- Update the configuration to use 'load_dataset' properly. (49c06834eee5a409bb9234d92bd2e25ae9a6b926)


Co-authored-by: Ethem Yağız Çalık <Weyaxi@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -1
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
- Don't use the auto-converted parquet, because the dataset will be duplicated.
 
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.