berrybench-v0.1.1 / README.md
penfever's picture
Upload dataset
62e3ad4 verified
metadata
dataset_info:
  features:
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: metadata
      struct:
        - name: character_count
          dtype: int64
        - name: difficulty
          dtype: int64
        - name: expected_response
          dtype: string
        - name: language
          dtype: string
        - name: word
          dtype: string
  splits:
    - name: train
      num_bytes: 3203167.2
      num_examples: 12000
    - name: test
      num_bytes: 800791.8
      num_examples: 3000
  download_size: 1011675
  dataset_size: 4003959
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*