natolambert commited on
Commit
dbbbb7b
·
verified ·
1 Parent(s): 3607bd8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -23
README.md CHANGED
@@ -1,23 +1,12 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: system
5
- dtype: string
6
- - name: conversations
7
- list:
8
- - name: from
9
- dtype: string
10
- - name: value
11
- dtype: string
12
- splits:
13
- - name: train
14
- num_bytes: 310727664
15
- num_examples: 16710
16
- download_size: 125358198
17
- dataset_size: 310727664
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
23
- ---
 
1
+ This is a converted version of the bespokelabs/Bespoke-Stratos-17k dataset into Tulu SFT training format.
2
+
3
+ The conversion script can be found in our [open-instruct](https://github.com/allenai/open-instruct/blob/main/scripts/data/sft/bespoke_stratos.py) repo.
4
+ The conversion took the following parameters:
5
+ - apply_keyword_filters: False
6
+ - apply_empty_message_filters: False
7
+ - push_to_hub: True
8
+ - hf_entity: natolambert
9
+ - converted_dataset_name: bespoke_stratos_17k_converted
10
+ - local_save_dir: None
11
+
12
+ Please refer to the [original dataset](https://huggingface.co/datasets/bespokelabs/Bespoke-Stratos-17k) for more information about this dataset and the license.