TrainingDataPro
commited on
Commit
·
0e8ad53
1
Parent(s):
bd5fbdc
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,31 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
- image-to-image
|
6 |
-
language:
|
7 |
-
- en
|
8 |
tags:
|
9 |
- medical
|
10 |
- code
|
11 |
- biology
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Chest X-ray
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- image-classification
|
7 |
- image-to-image
|
|
|
|
|
8 |
tags:
|
9 |
- medical
|
10 |
- code
|
11 |
- biology
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: image
|
15 |
+
dtype: image
|
16 |
+
- name: type
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 325782340.0
|
21 |
+
num_examples: 97
|
22 |
+
download_size: 313593688
|
23 |
+
dataset_size: 325782340.0
|
24 |
+
configs:
|
25 |
+
- config_name: default
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: data/train-*
|
29 |
---
|
30 |
|
31 |
# Chest X-ray
|