jinhybr commited on
Commit
aca3236
1 Parent(s): 416002e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -41,7 +41,8 @@ dataset_info:
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'],
@@ -56,4 +57,4 @@ DatasetDict({
56
  num_rows: 1600
57
  })
58
  })
59
-
 
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
+ '''
46
  DatasetDict({
47
  test: Dataset({
48
  features: ['image', 'label', 'ground_truth'],
 
57
  num_rows: 1600
58
  })
59
  })
60
+ '''