| | --- |
| | dataset_info: |
| | features: |
| | - name: uuid |
| | dtype: string |
| | - name: model |
| | dtype: string |
| | - name: gen_input_configs |
| | struct: |
| | - name: temperature |
| | dtype: float64 |
| | - name: top_p |
| | dtype: float64 |
| | - name: input_generator |
| | dtype: string |
| | - name: seed |
| | dtype: 'null' |
| | - name: pre_query_template |
| | dtype: string |
| | - name: instruction |
| | dtype: string |
| | - name: response |
| | dtype: string |
| | - name: conversations |
| | list: |
| | - name: from |
| | dtype: string |
| | - name: value |
| | dtype: string |
| | - name: task_category |
| | dtype: string |
| | - name: other_task_category |
| | list: string |
| | - name: task_category_generator |
| | dtype: string |
| | - name: difficulty |
| | dtype: string |
| | - name: intent |
| | dtype: string |
| | - name: knowledge |
| | dtype: string |
| | - name: difficulty_generator |
| | dtype: string |
| | - name: input_quality |
| | dtype: string |
| | - name: quality_explanation |
| | dtype: string |
| | - name: quality_generator |
| | dtype: string |
| | - name: llama_guard_2 |
| | dtype: string |
| | - name: reward_model |
| | dtype: string |
| | - name: instruct_reward |
| | dtype: float64 |
| | - name: min_neighbor_distance |
| | dtype: float64 |
| | - name: repeat_count |
| | dtype: int64 |
| | - name: min_similar_uuid |
| | dtype: string |
| | - name: instruction_length |
| | dtype: int64 |
| | - name: response_length |
| | dtype: int64 |
| | - name: language |
| | dtype: string |
| | - name: source_path |
| | dtype: string |
| | splits: |
| | - name: train |
| | num_bytes: 159252567 |
| | num_examples: 27854 |
| | - name: test |
| | num_bytes: 17695364 |
| | num_examples: 3095 |
| | download_size: 92042536 |
| | dataset_size: 176947931 |
| | configs: |
| | - config_name: default |
| | data_files: |
| | - split: train |
| | path: data/train-* |
| | - split: test |
| | path: data/test-* |
| | --- |
| | |