wetsoledrysoul's picture
prompts < 2048 tokens (Qwen/Qwen2.5-Coder-1.5B-Instruct)
b796558 verified
|
Raw
History Blame Contribute Delete
942 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: data_source
      dtype: string
    - name: prompt
      list:
        - name: role
          dtype: string
        - name: content
          dtype: string
    - name: ability
      dtype: string
    - name: reward_model
      struct:
        - name: style
          dtype: string
        - name: extraction_method
          dtype: string
        - name: ground_truth
          dtype: string
    - name: extra_info
      struct:
        - name: idx
          dtype: string
        - name: p_id
          dtype: string
        - name: submitter_id
          dtype: string
        - name: compile_status
          dtype: int64
  splits:
    - name: train
      num_bytes: 5755260
      num_examples: 2315
  download_size: 5598578
  dataset_size: 5755260

CodeNet-CompileStatus (verl format)

Converted to the verl schema (data_source, prompt, ability, reward_model, extra_info) by the compile_status gen.py.