metadata
language:
- en
license: mit
task_categories:
- text-generation
- table-question-answering
size_categories:
- 1K<n<10K
๐ฅ Medical Transcriptions - Cleaned JSONL Dataset
This dataset is a cleaned, normalized, and strictly formatted (JSONL) version of the original Medical Transcriptions dataset. It has been specifically processed to be instantly ready for NLP training tasks, handling missing values, standardizing text, and structuring nested data to avoid common CSV parsing errors.
๐ Code & Full Documentation (GitHub)
Do you want to see exactly how this data was cleaned? The complete Python source code (Jupyter Notebook) and a comprehensive technical manual in PDF ("Python per il Data Cleaning: teoria e pratica") are available on my GitHub repository:
๐ View the Code and Documentation on GitHub
๐ ๏ธ Data Processing Highlights
- Format: Converted from raw CSV to validated
JSONL. - Filtering: Removed incomplete, noisy, or excessively short clinical transcripts.
- Normalization: Regex applied to clean text, handle hidden characters, and format strings.
- Validation: Automated checks to guarantee 0 duplicates and 0 critical null values.
๐ Acknowledgements
This dataset is a processed and refined version of the raw data originally provided by tchebonenko/MedicalTranscriptions (derived from MTSamples).