Update README.md
Browse files
README.md
CHANGED
@@ -43,19 +43,19 @@ dataset_info:
|
|
43 |
|
44 |
### Dataset Format
|
45 |
|
46 |
-
|
47 |
-
DatasetDict({
|
48 |
-
test: Dataset({
|
49 |
-
features: ['image', 'label', 'ground_truth'],
|
50 |
-
num_rows: 1600
|
51 |
-
})
|
52 |
-
train: Dataset({
|
53 |
-
features: ['image', 'label', 'ground_truth'],
|
54 |
-
num_rows: 6400
|
55 |
-
})
|
56 |
-
validation: Dataset({
|
57 |
-
features: ['image', 'label', 'ground_truth'],
|
58 |
-
num_rows: 1600
|
59 |
-
})
|
60 |
-
})
|
61 |
-
|
|
|
43 |
|
44 |
### Dataset Format
|
45 |
|
46 |
+
````
|
47 |
+
DatasetDict({
|
48 |
+
test: Dataset({
|
49 |
+
features: ['image', 'label', 'ground_truth'],
|
50 |
+
num_rows: 1600
|
51 |
+
})
|
52 |
+
train: Dataset({
|
53 |
+
features: ['image', 'label', 'ground_truth'],
|
54 |
+
num_rows: 6400
|
55 |
+
})
|
56 |
+
validation: Dataset({
|
57 |
+
features: ['image', 'label', 'ground_truth'],
|
58 |
+
num_rows: 1600
|
59 |
+
})
|
60 |
+
})
|
61 |
+
````
|