FusedCodeContests / README.md
sine's picture
Upload dataset
b78cdbe verified
|
raw
history blame
950 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: content
      dtype: string
    - name: test
      list:
        - name: input
          struct:
            - name: stdin
              dtype: string
        - name: output
          struct:
            - name: stdout
              dtype: string
    - name: labels
      struct:
        - name: tags
          sequence: string
        - name: title
          dtype: string
    - name: canonical_solution
      struct:
        - name: cpp
          dtype: string
        - name: java
          dtype: string
        - name: python
          dtype: string
  splits:
    - name: train
      num_bytes: 806135220
      num_examples: 13328
    - name: valid
      num_bytes: 11778829
      num_examples: 117
    - name: test
      num_bytes: 7010059
      num_examples: 165
  download_size: 335209182
  dataset_size: 824924108
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
      - split: test
        path: data/test-*