FusedCodeContests / README.md
sine's picture
Upload dataset
73d007b 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: 804374752
      num_examples: 13328
    - name: valid
      num_bytes: 12074645
      num_examples: 117
    - name: test
      num_bytes: 6709485
      num_examples: 165
  download_size: 333600082
  dataset_size: 823158882
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
      - split: test
        path: data/test-*