jinhybr commited on
Commit
2089f16
1 Parent(s): 0395b5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -42,7 +42,8 @@ dataset_info:
42
 
43
 
44
  ### Dataset Format
45
- '
 
46
  DatasetDict({
47
  test: Dataset({
48
  features: ['image', 'label', 'ground_truth'],
@@ -57,4 +58,4 @@ DatasetDict({
57
  num_rows: 1600
58
  })
59
  })
60
- '
 
42
 
43
 
44
  ### Dataset Format
45
+
46
+ <p><code>
47
  DatasetDict({
48
  test: Dataset({
49
  features: ['image', 'label', 'ground_truth'],
 
58
  num_rows: 1600
59
  })
60
  })
61
+ </code></p>