luosuu's picture
Stable train/validation split of nvidia/Nemotron-RL-knowledge-web_search-mcqa (n_val=200, seed=12345)
a82f000 verified
|
Raw
History Blame Contribute Delete
1.49 kB
metadata
dataset_info:
  features:
    - name: responses_create_params
      struct:
        - name: instructions
          dtype: string
        - name: input
          dtype: string
        - name: tools
          list:
            - name: type
              dtype: string
            - name: name
              dtype: string
            - name: description
              dtype: string
            - name: parameters
              struct:
                - name: type
                  dtype: string
                - name: properties
                  struct:
                    - name: query
                      struct:
                        - name: type
                          dtype: string
                        - name: description
                          dtype: string
                    - name: url
                      struct:
                        - name: type
                          dtype: string
                        - name: description
                          dtype: string
                - name: required
                  list: string
                - name: additionalProperties
                  dtype: bool
            - name: strict
              dtype: bool
        - name: max_output_tokens
          dtype: int64
        - name: temperature
          dtype: float64
        - name: parallel_tool_calls
          dtype: bool
    - name: expected_answer
      dtype: string
    - name: task_difficulty_qwen3_32b_avg_8
      dtype: float64
  splits:
    - name: train
      num_bytes: 4229517
      num_examples: 2729
    - name: validation
      num_bytes: 309968
      num_examples: 200
  download_size: 4472924
  dataset_size: 4539485
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*