Dataset Viewer
Full Screen Viewer
Full Screen
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('csv', {}), NamedSplit('test'): ('json', {})}
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Description
An adaptation of eHealth-KD Challenge 2020 dataset, filtered only for the task of NER. Some adaptation of the original dataset have been made:
- BIO annotations
- Errors fixing
- Overlapped entities has been processed as an unique entity
Dataset loading
datasets = load_dataset('json', data_files={'train': ['@YOUR_PATH@/training_anns_bio.json'], 'testing': ['@YOUR_PATH@/testing_anns_bio.json'], 'validation': ['@YOUR_PATH@/development_anns_bio.json']})
- Downloads last month
- 37