famousdetectiveadrianmonk commited on
Commit
b734a07
·
verified ·
1 Parent(s): 3c6aff1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -15,6 +15,7 @@ The original dataset was modified to inserto fake sensor information in bottom o
15
  ## Usage
16
 
17
  ```python
 
18
  dataset = load_dataset("famousdetectiveadrianmonk/sensor-ocr-benchmark")
19
  example = dataset['train'][0]
20
  img = example['pixel_values']
 
15
  ## Usage
16
 
17
  ```python
18
+ from datasets import load_dataset
19
  dataset = load_dataset("famousdetectiveadrianmonk/sensor-ocr-benchmark")
20
  example = dataset['train'][0]
21
  img = example['pixel_values']