ds-EkaCare commited on
Commit
e9e2c9e
·
verified ·
1 Parent(s): d06a4c5

Add dataset card with subset configurations

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: Image
6
+ dtype: image
7
+ - name: md5_image
8
+ dtype: string
9
+ - name: Labels
10
+ dtype: string
11
+ - name: Dentist_1_caption
12
+ dtype: string
13
+ - name: Dentist_2_caption
14
+ dtype: string
15
+ - name: Dentist_3_caption
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 73200000
20
+ num_examples: 732
21
+ - name: test
22
+ num_bytes: 18200000
23
+ num_examples: 182
24
+ - name: validation
25
+ num_bytes: 18200000
26
+ num_examples: 182
27
+ download_size: 93160000
28
+ dataset_size: 109600000
29
+ task_categories:
30
+ - image-classification
31
+ - computer-vision
32
+ language:
33
+ - en
34
+ tags:
35
+ - dataset
36
+ - image
37
+ - computer-vision
38
+ pretty_name: Intraoral Gingivitis Image Captioning
39
+ size_categories:
40
+ - 1K<n<10K
41
+ ---
42
+
43
+ # Intraoral Gingivitis Image Captioning
44
+
45
+ ## Dataset Description
46
+
47
+ This dataset contains 1,096 samples organized across multiple splits.
48
+ The dataset includes image data.
49
+
50
+ ### Splits
51
+
52
+ - **train**: 732 samples
53
+ - **test**: 182 samples
54
+ - **validation**: 182 samples
55
+
56
+ ## Dataset Creation
57
+
58
+ This dataset was created using StreamableDatasetManager on 2025-06-25T11:42:40.377993.
59
+
60
+ ### Data Fields
61
+
62
+ The dataset includes the following columns:
63
+ - **Image**: Image data
64
+ - **md5_image**: String data
65
+ - **Labels**: String data
66
+ - **Dentist_1_caption**: String data
67
+ - **Dentist_2_caption**: String data
68
+ - **Dentist_3_caption**: String data
69
+
70
+ ## Technical Details
71
+
72
+ - **Total samples**: 1,096
73
+ - **Shard length**: 20
74
+ - **Number of splits**: 3