oumi-letter-count / README.md
Nessii013's picture
Upload dataset
0c86e73 verified
metadata
license: apache-2.0
dataset_info:
  features:
    - name: conversation_id
      dtype: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: metadata
      struct:
        - name: letter
          dtype: string
        - name: letter_count_integer
          dtype: int64
        - name: letter_count_string
          dtype: string
        - name: unformatted_prompt
          dtype: string
        - name: word
          dtype: string
  splits:
    - name: train
      num_bytes: 17728784
      num_examples: 100000
    - name: validation
      num_bytes: 1700547
      num_examples: 10000
    - name: test
      num_bytes: 3448741
      num_examples: 20000
  download_size: 5697295
  dataset_size: 22878072
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*