Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,12 +1,29 @@
|
|
1 |
---
|
2 |
-
task_categories:
|
3 |
-
- image-classification
|
4 |
language:
|
5 |
- en
|
6 |
-
tags:
|
7 |
-
- medical
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
This is dataset comes from this [Kaggle Dataset](https://www.kaggle.com/datasets/sachinkumar413/diabetic-retinopathy-dataset/)
|
12 |
from the user [Sachin Kumar](https://www.kaggle.com/sachinkumar413).
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
|
|
4 |
size_categories:
|
5 |
- 1K<n<10K
|
6 |
+
task_categories:
|
7 |
+
- image-classification
|
8 |
+
tags:
|
9 |
+
- medical
|
10 |
+
configs:
|
11 |
+
- config_name: default
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: data/train-*
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: image
|
18 |
+
dtype: image
|
19 |
+
- name: label
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 354568127.0
|
24 |
+
num_examples: 2750
|
25 |
+
download_size: 363939124
|
26 |
+
dataset_size: 354568127.0
|
27 |
---
|
28 |
This is dataset comes from this [Kaggle Dataset](https://www.kaggle.com/datasets/sachinkumar413/diabetic-retinopathy-dataset/)
|
29 |
from the user [Sachin Kumar](https://www.kaggle.com/sachinkumar413).
|