--- license: mit configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: messages list: - name: role dtype: string - name: content dtype: string - name: metadata struct: - name: format dtype: string - name: complexity dtype: string - name: schema dtype: string - name: constraint dtype: string - name: type dtype: string - name: prompt dtype: string - name: output dtype: string - name: estimated_tokens dtype: int64 splits: - name: train num_bytes: 10783915 num_examples: 4547 - name: validation num_bytes: 1354298 num_examples: 568 - name: test num_bytes: 1369188 num_examples: 568 download_size: 3699713 dataset_size: 13507401 ---