count_to_x / README.md
mkurman's picture
Upload dataset
7d56441 verified
metadata
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: completion
      dtype: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: direction
      dtype: string
    - name: start
      dtype: int64
    - name: end
      dtype: int64
    - name: sequence
      dtype: string
  splits:
    - name: train
      num_bytes: 21840460
      num_examples: 18000
    - name: test
      num_bytes: 2426717
      num_examples: 2000
  download_size: 423346
  dataset_size: 24267177
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*