no_robots_converted / README.md
yizhongw's picture
Upload dataset
53a9678 verified
|
raw
history blame
1.19 kB
metadata
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 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 for more information about this dataset and the license.