davanstrien HF Staff commited on
Commit
f9358c9
·
1 Parent(s): 763d5c9

Update quick start instructions in README.md to include max-samples option for testing

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,9 +14,11 @@ Ready-to-run OCR scripts that work with `uv run` - no setup required!
14
  Run OCR on any dataset without needing your own GPU:
15
 
16
  ```bash
 
17
  hf jobs uv run --flavor l4x1 \
18
  https://huggingface.co/datasets/uv-scripts/ocr/raw/main/nanonets-ocr.py \
19
- your-input-dataset your-output-dataset
 
20
  ```
21
 
22
  That's it! The script will:
 
14
  Run OCR on any dataset without needing your own GPU:
15
 
16
  ```bash
17
+ # Quick test with 10 samples
18
  hf jobs uv run --flavor l4x1 \
19
  https://huggingface.co/datasets/uv-scripts/ocr/raw/main/nanonets-ocr.py \
20
+ your-input-dataset your-output-dataset \
21
+ --max-samples 10
22
  ```
23
 
24
  That's it! The script will: