rd211's picture
Upload dataset
3c4ce2e verified
|
raw
history blame
668 Bytes
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: ground_truth
      dtype: string
    - name: student_incorrect_solution
      dtype: string
    - name: student_profile
      dtype: string
    - name: conversation
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: student_name
      dtype: string
  splits:
    - name: train
      num_bytes: 8886404
      num_examples: 2261
    - name: test
      num_bytes: 2320217
      num_examples: 599
  download_size: 3735479
  dataset_size: 11206621
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*