Bernardosalerno/Medical-Dataset-Cleaned-JSONL
收藏Hugging Face2026-03-26 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/Bernardosalerno/Medical-Dataset-Cleaned-JSONL
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
license: mit
task_categories:
- text-generation
- text-classification
---
# 🏥 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](https://github.com/Bernardosalerno/Data-cleaning-and-documentation-process-full-guide)**
## 🛠️ 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).
提供机构:
Bernardosalerno



