xxrjun's picture
Update README.md
9ef040b verified
metadata
dataset_info:
  features:
    - name: source_file
      dtype: string
    - name: task_id
      dtype: int32
    - name: prompt
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: code
      dtype: string
    - name: test_imports
      list: string
    - name: test_list
      list: string
    - name: completion
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
  splits:
    - name: train
      num_bytes: 85636
      num_examples: 120
    - name: test
      num_bytes: 181577
      num_examples: 257
    - name: validation
      num_bytes: 27545
      num_examples: 43
    - name: prompt
      num_bytes: 4509
      num_examples: 7
  download_size: 155095
  dataset_size: 299267
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
      - split: prompt
        path: data/prompt-*

This is modifed from: google-research-datasets/mbpp