Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': SMT
|
11 |
+
'1': angiodysplasia
|
12 |
+
'2': bleeding
|
13 |
+
'3': diverticulum
|
14 |
+
'4': erosion
|
15 |
+
'5': erythema
|
16 |
+
'6': foreign body
|
17 |
+
'7': lymph follicle
|
18 |
+
'8': lymphangiectasia
|
19 |
+
'9': no_class
|
20 |
+
'10': polyp-like
|
21 |
+
'11': stenosis
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 993869095.1352087
|
25 |
+
num_examples: 14784
|
26 |
+
- name: test
|
27 |
+
num_bytes: 247932424.8427913
|
28 |
+
num_examples: 3697
|
29 |
+
download_size: 1242057657
|
30 |
+
dataset_size: 1241801519.978
|
31 |
+
---
|
32 |
+
# Dataset Card for "AICE_dataset"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|