mauro-nievoff
commited on
Commit
•
20bb861
1
Parent(s):
243b2e8
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
The dataset contains multi-modal data from over 75,000 open access and de-identified case reports, including metadata, clinical cases, image captions and more than 130,000 images. Images and clinical cases belong to different medical specialties, such as oncology, cardiology, surgery and pathology. The structure of the dataset allows to easily map images with their corresponding article metadata, clinical case, captions and image labels. Details of the data structure can be found in the file data_dictionary.csv.
|
5 |
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
- image-to-text
|
6 |
+
- text-to-image
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- medical
|
11 |
+
- images
|
12 |
+
- computer vision
|
13 |
+
- multimodal
|
14 |
+
- text
|
15 |
+
- clinical
|
16 |
+
- nlp
|
17 |
+
pretty_name: MultiCaRe Dataset
|
18 |
---
|
19 |
The dataset contains multi-modal data from over 75,000 open access and de-identified case reports, including metadata, clinical cases, image captions and more than 130,000 images. Images and clinical cases belong to different medical specialties, such as oncology, cardiology, surgery and pathology. The structure of the dataset allows to easily map images with their corresponding article metadata, clinical case, captions and image labels. Details of the data structure can be found in the file data_dictionary.csv.
|
20 |
|