jvelja's picture
Upload dataset
159f771 verified
metadata
dataset_info:
  features:
    - name: problem_id
      dtype: int64
    - name: question
      dtype: string
    - name: solutions
      dtype: string
    - name: input_output
      dtype: string
    - name: difficulty
      dtype: string
    - name: url
      dtype: string
    - name: starter_code
      dtype: string
    - name: input_ids
      sequence: int32
    - name: attention_mask
      sequence: int8
  splits:
    - name: train
      num_bytes: 56280265
      num_examples: 2500
    - name: eval
      num_bytes: 530593665
      num_examples: 2500
  download_size: 339244335
  dataset_size: 586873930
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval
        path: data/eval-*