--- dataset_info: - config_name: ai features: - name: input dtype: string - name: output dtype: json - name: schema struct: - name: entities list: - name: label dtype: string - name: description dtype: string - config_name: literature features: - name: input dtype: string - name: output dtype: json - name: schema struct: - name: entities list: - name: label dtype: string - name: description dtype: string - config_name: music features: - name: input dtype: string - name: output dtype: json - name: schema struct: - name: entities list: - name: label dtype: string - name: description dtype: string - config_name: politics features: - name: input dtype: string - name: output dtype: json - name: schema struct: - name: entities list: - name: label dtype: string - name: description dtype: string - config_name: science features: - name: input dtype: string - name: output dtype: json - name: schema struct: - name: entities list: - name: label dtype: string - name: description dtype: string configs: - config_name: ai data_files: - split: train path: data/ai/train.jsonl - split: validation path: data/ai/validation.jsonl - split: test path: data/ai/test.jsonl - config_name: literature data_files: - split: train path: data/literature/train.jsonl - split: validation path: data/literature/validation.jsonl - split: test path: data/literature/test.jsonl - config_name: music data_files: - split: train path: data/music/train.jsonl - split: validation path: data/music/validation.jsonl - split: test path: data/music/test.jsonl - config_name: politics data_files: - split: train path: data/politics/train.jsonl - split: validation path: data/politics/validation.jsonl - split: test path: data/politics/test.jsonl - config_name: science data_files: - split: train path: data/science/train.jsonl - split: validation path: data/science/validation.jsonl - split: test path: data/science/test.jsonl ---