Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -7,27 +7,6 @@ tags:
|
|
| 7 |
- markdown
|
| 8 |
- uv-script
|
| 9 |
- generated
|
| 10 |
-
dataset_info:
|
| 11 |
-
features:
|
| 12 |
-
- name: text
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: image
|
| 15 |
-
dtype: image
|
| 16 |
-
- name: markdown
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: inference_info
|
| 19 |
-
dtype: string
|
| 20 |
-
splits:
|
| 21 |
-
- name: train
|
| 22 |
-
num_bytes: 10207385
|
| 23 |
-
num_examples: 10
|
| 24 |
-
download_size: 10084205
|
| 25 |
-
dataset_size: 10207385
|
| 26 |
-
configs:
|
| 27 |
-
- config_name: default
|
| 28 |
-
data_files:
|
| 29 |
-
- split: train
|
| 30 |
-
path: data/train-*
|
| 31 |
---
|
| 32 |
|
| 33 |
# Document OCR using dots.ocr
|
|
@@ -38,9 +17,9 @@ This dataset contains OCR results from images in [davanstrien/playbills-pdf-imag
|
|
| 38 |
|
| 39 |
- **Source Dataset**: [davanstrien/playbills-pdf-images-text](https://huggingface.co/datasets/davanstrien/playbills-pdf-images-text)
|
| 40 |
- **Model**: [rednote-hilab/dots.ocr](https://huggingface.co/rednote-hilab/dots.ocr)
|
| 41 |
-
- **Number of Samples**:
|
| 42 |
-
- **Processing Time**:
|
| 43 |
-
- **Processing Date**: 2025-10-07
|
| 44 |
|
| 45 |
### Configuration
|
| 46 |
|
|
@@ -48,7 +27,7 @@ This dataset contains OCR results from images in [davanstrien/playbills-pdf-imag
|
|
| 48 |
- **Output Column**: `markdown`
|
| 49 |
- **Dataset Split**: `train`
|
| 50 |
- **Batch Size**: 32
|
| 51 |
-
- **Prompt Mode**:
|
| 52 |
- **Max Model Length**: 32,768 tokens
|
| 53 |
- **Max Output Tokens**: 8,192
|
| 54 |
- **GPU Memory Utilization**: 80.0%
|
|
@@ -98,7 +77,7 @@ uv run https://huggingface.co/datasets/uv-scripts/ocr/raw/main/dots-ocr.py \
|
|
| 98 |
<output-dataset> \
|
| 99 |
--image-column image \
|
| 100 |
--batch-size 32 \
|
| 101 |
-
--prompt-mode
|
| 102 |
--max-model-len 32768 \
|
| 103 |
--max-tokens 8192 \
|
| 104 |
--gpu-memory-utilization 0.8
|
|
|
|
| 7 |
- markdown
|
| 8 |
- uv-script
|
| 9 |
- generated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Document OCR using dots.ocr
|
|
|
|
| 17 |
|
| 18 |
- **Source Dataset**: [davanstrien/playbills-pdf-images-text](https://huggingface.co/datasets/davanstrien/playbills-pdf-images-text)
|
| 19 |
- **Model**: [rednote-hilab/dots.ocr](https://huggingface.co/rednote-hilab/dots.ocr)
|
| 20 |
+
- **Number of Samples**: 10
|
| 21 |
+
- **Processing Time**: 3.8 min
|
| 22 |
+
- **Processing Date**: 2025-10-07 21:14 UTC
|
| 23 |
|
| 24 |
### Configuration
|
| 25 |
|
|
|
|
| 27 |
- **Output Column**: `markdown`
|
| 28 |
- **Dataset Split**: `train`
|
| 29 |
- **Batch Size**: 32
|
| 30 |
+
- **Prompt Mode**: layout-all
|
| 31 |
- **Max Model Length**: 32,768 tokens
|
| 32 |
- **Max Output Tokens**: 8,192
|
| 33 |
- **GPU Memory Utilization**: 80.0%
|
|
|
|
| 77 |
<output-dataset> \
|
| 78 |
--image-column image \
|
| 79 |
--batch-size 32 \
|
| 80 |
+
--prompt-mode layout-all \
|
| 81 |
--max-model-len 32768 \
|
| 82 |
--max-tokens 8192 \
|
| 83 |
--gpu-memory-utilization 0.8
|