--- dataset_info: - config_name: bolt features: - name: ds_name dtype: string - name: prompt dtype: string - name: response dtype: string splits: - name: train num_bytes: 1116 num_examples: 10 - name: validation num_bytes: 1361 num_examples: 6 download_size: 5605 dataset_size: 2477 - config_name: conll05 features: - name: ds_name dtype: string - name: prompt dtype: string - name: response dtype: string splits: - name: train num_bytes: 2526 num_examples: 10 - name: validation num_bytes: 2390 num_examples: 8 download_size: 8224 dataset_size: 4916 - config_name: ontonotes features: - name: ds_name dtype: string - name: prompt dtype: string - name: response dtype: string splits: - name: train num_bytes: 1602 num_examples: 10 - name: validation num_bytes: 1516 num_examples: 6 download_size: 6295 dataset_size: 3118 configs: - config_name: bolt data_files: - split: train path: bolt/train-* - split: validation path: bolt/validation-* - config_name: conll05 data_files: - split: train path: conll05/train-* - split: validation path: conll05/validation-* - config_name: ontonotes data_files: - split: train path: ontonotes/train-* - split: validation path: ontonotes/validation-* ---