Venus_CCG / README.md
Elfsong's picture
Upload dataset
788dc8d verified
|
raw
history blame
1.97 kB
metadata
dataset_info:
  - config_name: cpp-memory
    features:
      - name: id
        dtype: int64
      - name: problem_description
        dtype: string
      - name: instruction
        dtype: int64
      - name: solution_c
        struct:
          - name: code
            dtype: string
          - name: memory
            dtype: string
    splits:
      - name: train
        num_bytes: 407288655
        num_examples: 120510
    download_size: 45109744
    dataset_size: 407288655
  - config_name: cpp-runtime
    features:
      - name: id
        dtype: int64
      - name: problem_description
        dtype: string
      - name: instruction
        dtype: int64
      - name: solution_c
        struct:
          - name: code
            dtype: string
          - name: runtime
            dtype: string
    splits:
      - name: train
        num_bytes: 476017355
        num_examples: 146252
    download_size: 48765556
    dataset_size: 476017355
  - config_name: python3-memory
    features:
      - name: id
        dtype: int64
      - name: problem_description
        dtype: string
      - name: instruction
        dtype: int64
      - name: solution_c
        struct:
          - name: code
            dtype: string
          - name: memory
            dtype: string
    splits:
      - name: train
        num_bytes: 220026371
        num_examples: 70741
    download_size: 22028681
    dataset_size: 220026371
  - config_name: python3-runtime
    features:
      - name: id
        dtype: int64
      - name: problem_description
        dtype: string
      - name: instruction
        dtype: int64
      - name: solution_c
        struct:
          - name: code
            dtype: string
          - name: runtime
            dtype: string
    splits:
      - name: train
        num_bytes: 515355487
        num_examples: 179660
    download_size: 44145350
    dataset_size: 515355487
configs:
  - config_name: cpp-memory
    data_files:
      - split: train
        path: cpp-memory/train-*
  - config_name: cpp-runtime
    data_files:
      - split: train
        path: cpp-runtime/train-*
  - config_name: python3-memory
    data_files:
      - split: train
        path: python3-memory/train-*
  - config_name: python3-runtime
    data_files:
      - split: train
        path: python3-runtime/train-*