Or Cohen commited on
Commit
7c24bc5
·
verified ·
1 Parent(s): 58c5d98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -27,10 +27,12 @@ configs:
27
  - split: train
28
  path: data/train-*
29
  ---
30
- <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/66c73598ac384b32b9c7725a/OZzZ2QpJe1ZM6srWnB1Yj.qt"></video>
31
 
32
  [![image/png](https://cdn-uploads.huggingface.co/production/uploads/66c73598ac384b32b9c7725a/xM_cYby88nuNPJswwE_k4.png)](https://app.visual-layer.com/dataset/efbbf2ae-6507-11ef-a4e6-aa6d4667de12/data?p=1&page=1&utm_source=hugging_face )
33
 
 
 
 
34
  # Mnist-VL-Enriched
35
 
36
  An enriched version of the Mnist Dataset with image captions, bounding boxes, and label issues! With this additional information, the Mnist dataset can be extended to various tasks such as image retrieval or visual question answering.
@@ -41,9 +43,9 @@ The label issues help curate a cleaner and leaner dataset.
41
 
42
  The dataset consists of 3 columns:
43
 
44
- - **image_uri**: The uri of original of the image from the Mnist dataset.
45
- - **label**: Label for the image, provided by the authors of the Mnist dataset.
46
- - **image_issues**: Quality issues found, such as duplicate, mislabeled, dark, blurry, bright, and outlier images.
47
 
48
  ## Usage
49
 
 
27
  - split: train
28
  path: data/train-*
29
  ---
 
30
 
31
  [![image/png](https://cdn-uploads.huggingface.co/production/uploads/66c73598ac384b32b9c7725a/xM_cYby88nuNPJswwE_k4.png)](https://app.visual-layer.com/dataset/efbbf2ae-6507-11ef-a4e6-aa6d4667de12/data?p=1&page=1&utm_source=hugging_face )
32
 
33
+ <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/66c73598ac384b32b9c7725a/OZzZ2QpJe1ZM6srWnB1Yj.qt"></video>
34
+
35
+
36
  # Mnist-VL-Enriched
37
 
38
  An enriched version of the Mnist Dataset with image captions, bounding boxes, and label issues! With this additional information, the Mnist dataset can be extended to various tasks such as image retrieval or visual question answering.
 
43
 
44
  The dataset consists of 3 columns:
45
 
46
+ - `image_uri`: The uri of original of the image from the Mnist dataset.
47
+ - `label`: Label for the image, provided by the authors of the Mnist dataset.
48
+ - `image_issues`: Quality issues found, such as duplicate, mislabeled, dark, blurry, bright, and outlier images.
49
 
50
  ## Usage
51