Update README.md
Browse files
README.md
CHANGED
@@ -38,4 +38,22 @@ dataset_info:
|
|
38 |
---
|
39 |
# Dataset Card for "rvl_cdip_400_train_val_test"
|
40 |
|
41 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
---
|
39 |
# Dataset Card for "rvl_cdip_400_train_val_test"
|
40 |
|
41 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
42 |
+
|
43 |
+
|
44 |
+
Dataset Format
|
45 |
+
DatasetDict({
|
46 |
+
test: Dataset({
|
47 |
+
features: ['image', 'label', 'ground_truth'],
|
48 |
+
num_rows: 1600
|
49 |
+
})
|
50 |
+
train: Dataset({
|
51 |
+
features: ['image', 'label', 'ground_truth'],
|
52 |
+
num_rows: 6400
|
53 |
+
})
|
54 |
+
validation: Dataset({
|
55 |
+
features: ['image', 'label', 'ground_truth'],
|
56 |
+
num_rows: 1600
|
57 |
+
})
|
58 |
+
})
|
59 |
+
|