Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🏥 Medical Transcriptions - Cleaned JSONL Dataset
|
| 2 |
|
| 3 |
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.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-classification
|
| 7 |
+
- text-generation
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: text
|
| 11 |
+
dtype: string
|
| 12 |
+
config_name: default
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
# 🏥 Medical Transcriptions - Cleaned JSONL Dataset
|
| 16 |
|
| 17 |
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.
|