Or Cohen commited on
Commit
d04666a
·
verified ·
1 Parent(s): 94b0ef4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -47,3 +47,40 @@ configs:
47
  - split: train
48
  path: data/train-*
49
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  - split: train
48
  path: data/train-*
49
  ---
50
+
51
+ # Mnist-VL-Enriched
52
+
53
+ 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.
54
+
55
+ The label issues help curate a cleaner and leaner dataset.
56
+
57
+ ## Description
58
+
59
+ The dataset consists of 5 columns:
60
+
61
+ - **image_uri**: The uri of original of the image from the Mnist dataset.
62
+ - **label**: Label for the image, provided by the authors of the Mnist dataset.
63
+ - **image_issues**: Quality issues found, such as duplicate, mislabeled, dark, blurry, bright, and outlier images.
64
+ - **object_labels**: Objects labels and bbox found in the image.
65
+ - **object_issues**: Image Objects quality issues found, such as duplicate, dark, blurry, bright, and outlier objects.
66
+
67
+ ## Usage
68
+
69
+ This dataset can be used with the Hugging Face Datasets library:
70
+
71
+ ```python
72
+ import datasets
73
+ ds = datasets.load_dataset("visual-layer/mnist-vl-enriched")
74
+ ```
75
+
76
+ ## Interactive Visualization
77
+
78
+ Visual Layer provides a platform to interactively visualize a dataset and highlight quality issues such as duplicates, mislabels, outliers, etc. Check it out [here](https://app.visual-layer.com/dataset/3972b3fc-1809-11ef-bb76-064432e0d220/data?p=1&page=1&utm_source=hugging_face). No sign-up required
79
+
80
+
81
+ ## License & Disclaimer
82
+
83
+ We provide no warranty on the dataset, and the user takes full responsibility for the usage of the dataset. By using the dataset, you agree to the terms of the Mnist dataset license.
84
+
85
+
86
+ ## About Visual Layer