CodeNet-CPURanking / README.md
wetsoledrysoul's picture
prompts < 2048 tokens (Qwen/Qwen2.5-Coder-1.5B-Instruct)
ad5402d verified
|
Raw
History Blame Contribute Delete
997 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: resource
          dtype: string
        - name: shown_submitter_ids
          list: string
        - name: shown_profiles
          list: int64
  splits:
    - name: train
      num_bytes: 5523300
      num_examples: 832
  download_size: 3583376
  dataset_size: 5523300

CodeNet-CPURanking (verl format)

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