--- dataset_info: features: - name: argilla_record_id dtype: string - name: audio_url dtype: string - name: dataset_name dtype: string - name: duration dtype: float64 - name: id dtype: string - name: quality_flags dtype: string - name: review_audio_url dtype: string - name: review_decision dtype: string - name: reviewed_transcript dtype: string - name: source_index dtype: int64 - name: source_repo dtype: string - name: source_review_dataset dtype: string - name: source_split dtype: string - name: text dtype: string splits: - name: train num_bytes: 1202 num_examples: 2 - name: rejected num_bytes: 0 num_examples: 0 - name: all_reviewed num_bytes: 1202 num_examples: 2 download_size: 21783 dataset_size: 2404 configs: - config_name: default data_files: - split: train path: data/train-* - split: rejected path: data/rejected-* - split: all_reviewed path: data/all_reviewed-* ---