Commit
Β·
3ef9d1f
1
Parent(s):
f9358c9
Update README.md to clarify that the script processes the first 10 images from the dataset
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ hf jobs uv run --flavor l4x1 \
|
|
| 23 |
|
| 24 |
That's it! The script will:
|
| 25 |
|
| 26 |
-
- β
Process
|
| 27 |
- β
Add OCR results as a new `markdown` column
|
| 28 |
- β
Push the results to a new dataset
|
| 29 |
- π View results at: `https://huggingface.co/datasets/[your-output-dataset]`
|
|
|
|
| 23 |
|
| 24 |
That's it! The script will:
|
| 25 |
|
| 26 |
+
- β
Process first 10 images from your dataset
|
| 27 |
- β
Add OCR results as a new `markdown` column
|
| 28 |
- β
Push the results to a new dataset
|
| 29 |
- π View results at: `https://huggingface.co/datasets/[your-output-dataset]`
|