train-gemini / README.md
dongboklee's picture
Upload dataset
f9089f8 verified
|
Raw
History Blame Contribute Delete
1.95 kB
metadata
dataset_info:
  features:
    - name: q_id
      dtype: string
    - name: question
      dtype: string
    - name: cot_id
      dtype: int64
    - name: parsed_answer
      dtype: string
    - name: answer
      dtype: string
    - name: cot
      list: string
    - name: labels
      list: int64
  splits:
    - name: law
      num_bytes: 18025961
      num_examples: 7806
    - name: psychology
      num_bytes: 10105943
      num_examples: 7901
    - name: chemistry
      num_bytes: 11674347
      num_examples: 6537
    - name: biology
      num_bytes: 11185235
      num_examples: 6420
    - name: physics
      num_bytes: 10227276
      num_examples: 6680
    - name: history
      num_bytes: 2344940
      num_examples: 1275
    - name: economics
      num_bytes: 12701678
      num_examples: 7749
    - name: math
      num_bytes: 9097417
      num_examples: 6940
    - name: business
      num_bytes: 9456117
      num_examples: 6969
    - name: philosophy
      num_bytes: 3329742
      num_examples: 3125
    - name: health
      num_bytes: 9556176
      num_examples: 7202
    - name: engineering
      num_bytes: 12616516
      num_examples: 6032
    - name: computer_science
      num_bytes: 2505734
      num_examples: 1638
    - name: other
      num_bytes: 8211456
      num_examples: 7824
  download_size: 25073092
  dataset_size: 131038538
configs:
  - config_name: default
    data_files:
      - split: law
        path: data/law-*
      - split: psychology
        path: data/psychology-*
      - split: chemistry
        path: data/chemistry-*
      - split: biology
        path: data/biology-*
      - split: physics
        path: data/physics-*
      - split: history
        path: data/history-*
      - split: economics
        path: data/economics-*
      - split: math
        path: data/math-*
      - split: business
        path: data/business-*
      - split: philosophy
        path: data/philosophy-*
      - split: health
        path: data/health-*
      - split: engineering
        path: data/engineering-*
      - split: computer_science
        path: data/computer_science-*
      - split: other
        path: data/other-*