yizhongw commited on
Commit
b2d8f82
·
verified ·
1 Parent(s): d4bd1e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -32
README.md CHANGED
@@ -1,32 +1,12 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: prompt
5
- dtype: string
6
- - name: prompt_id
7
- dtype: string
8
- - name: messages
9
- list:
10
- - name: content
11
- dtype: string
12
- - name: role
13
- dtype: string
14
- - name: category
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 16495130.48768421
19
- num_examples: 9499
20
- - name: test
21
- num_bytes: 887460.0
22
- num_examples: 500
23
- download_size: 11065796
24
- dataset_size: 17382590.487684213
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: data/train-*
30
- - split: test
31
- path: data/test-*
32
- ---
 
1
+ This is a converted version of the no_robots 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/no_robots.py) repo.
4
+ The conversion took the following parameters:
5
+ - apply_keyword_filters: False
6
+ - apply_empty_message_filters: True
7
+ - push_to_hub: True
8
+ - hf_entity: ai2-adapt-dev
9
+ - converted_dataset_name: no_robots_converted
10
+ - local_save_dir: ./data/sft/no_robots
11
+
12
+ Please refer to the [original dataset](https://huggingface.co/datasets/HuggingFaceH4/no_robots) for more information about this dataset and the license.