File size: 1,186 Bytes
53a9678
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b2d8f82
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: prompt_id
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: category
    dtype: string
  splits:
  - name: train
    num_bytes: 16496867
    num_examples: 9500
  - name: test
    num_bytes: 887460
    num_examples: 500
  download_size: 11045587
  dataset_size: 17384327
---
This is a converted version of the no_robots dataset into Tulu SFT training format.

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.
The conversion took the following parameters:
- apply_keyword_filters: False
- apply_empty_message_filters: True
- push_to_hub: True
- hf_entity: ai2-adapt-dev
- converted_dataset_name: no_robots_converted
- local_save_dir: ./data/sft/no_robots

Please refer to the [original dataset](https://huggingface.co/datasets/HuggingFaceH4/no_robots) for more information about this dataset and the license.