countdown-opd / README.md
Cameron-Chen's picture
upload (default)
75d6407 verified
metadata
dataset_info:
  features:
    - name: target
      dtype: int64
    - name: nums
      list: int64
    - name: prompt
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: response
      dtype: string
    - name: gt_answer
      dtype: string
  splits:
    - name: all_data
      num_bytes: 45374734
      num_examples: 80000
    - name: test
      num_bytes: 5672272
      num_examples: 10000
    - name: test_small
      num_bytes: 453806
      num_examples: 800
    - name: verified_Qwen2.5_0.5B_Instruct
      num_bytes: 1298535
      num_examples: 822
    - name: verified_Qwen2.5_7B_Instruct
      num_bytes: 81507647
      num_examples: 30441
    - name: verified_Qwen3_4B_Instruct_2507
      num_bytes: 100181803
      num_examples: 27667
  download_size: 190730090
  dataset_size: 234488797
configs:
  - config_name: default
    data_files:
      - split: all_data
        path: data/all_data-*
      - split: test
        path: data/test-*
      - split: test_small
        path: data/test_small-*
      - split: verified_Qwen2.5_0.5B_Instruct
        path: data/verified_Qwen2.5_0.5B_Instruct-*
      - split: verified_Qwen2.5_7B_Instruct
        path: data/verified_Qwen2.5_7B_Instruct-*
      - split: verified_Qwen3_4B_Instruct_2507
        path: data/verified_Qwen3_4B_Instruct_2507-*