d1shs0ap's picture
Upload dataset
e407b09 verified
|
Raw
History Blame Contribute Delete
1.58 kB
metadata
dataset_info:
  features:
    - name: row_id
      dtype: int64
    - name: student_solution_id
      dtype: int64
    - name: prompt
      dtype: string
    - name: completion
      dtype: string
    - name: replacement
      struct:
        - name: content
          dtype: string
        - name: location
          dtype: int64
    - name: gemini_guidance
      dtype: string
    - name: student_solution_0
      dtype: string
    - name: student_solution_1
      dtype: string
    - name: problem
      dtype: string
    - name: answer
      dtype: string
    - name: source
      dtype: string
    - name: gemini_solution
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
  splits:
    - name: no_suffix
      num_bytes: 47584815
      num_examples: 778
    - name: no_suffix_train
      num_bytes: 43548056.91516709
      num_examples: 712
    - name: no_suffix_test
      num_bytes: 4036758.084832905
      num_examples: 66
    - name: with_suffix
      num_bytes: 205811627
      num_examples: 3249
    - name: with_suffix_train
      num_bytes: 58278453.93659587
      num_examples: 920
    - name: with_suffix_test
      num_bytes: 147533173.0634041
      num_examples: 2329
  download_size: 77251781
  dataset_size: 506792884
configs:
  - config_name: default
    data_files:
      - split: no_suffix
        path: data/no_suffix-*
      - split: no_suffix_train
        path: data/no_suffix_train-*
      - split: no_suffix_test
        path: data/no_suffix_test-*
      - split: with_suffix
        path: data/with_suffix-*
      - split: with_suffix_train
        path: data/with_suffix_train-*
      - split: with_suffix_test
        path: data/with_suffix_test-*