davanstrien HF Staff commited on
Commit
9030d19
·
verified ·
1 Parent(s): d2ace97

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -53
README.md CHANGED
@@ -7,55 +7,6 @@ tags:
7
  - markdown
8
  - uv-script
9
  - generated
10
- configs:
11
- - config_name: default
12
- data_files:
13
- - split: train
14
- path: data/train-*
15
- dataset_info:
16
- features:
17
- - name: volume_id
18
- dtype: string
19
- - name: page_number
20
- dtype: int32
21
- - name: file_identifier
22
- dtype: string
23
- - name: image
24
- dtype: image
25
- - name: text
26
- dtype: string
27
- - name: alto_xml
28
- dtype: string
29
- - name: has_image
30
- dtype: bool
31
- - name: has_alto
32
- dtype: bool
33
- - name: document_metadata
34
- dtype: string
35
- - name: has_metadata
36
- dtype: bool
37
- - name: edition
38
- dtype: string
39
- - name: volume_part
40
- dtype: string
41
- - name: publication_year
42
- dtype: string
43
- - name: editor
44
- dtype: string
45
- - name: full_title
46
- dtype: string
47
- - name: shelf_locator
48
- dtype: string
49
- - name: markdown
50
- dtype: string
51
- - name: inference_info
52
- dtype: string
53
- splits:
54
- - name: train
55
- num_bytes: 162512733
56
- num_examples: 512
57
- download_size: 96381847
58
- dataset_size: 162512733
59
  ---
60
 
61
  # Document OCR using dots.ocr
@@ -67,8 +18,8 @@ This dataset contains OCR results from images in [davanstrien/ency-test](https:/
67
  - **Source Dataset**: [davanstrien/ency-test](https://huggingface.co/datasets/davanstrien/ency-test)
68
  - **Model**: [rednote-hilab/dots.ocr](https://huggingface.co/rednote-hilab/dots.ocr)
69
  - **Number of Samples**: 512
70
- - **Processing Time**: 15.9 min
71
- - **Processing Date**: 2025-10-09 07:34 UTC
72
 
73
  ### Configuration
74
 
@@ -76,7 +27,7 @@ This dataset contains OCR results from images in [davanstrien/ency-test](https:/
76
  - **Output Column**: `markdown`
77
  - **Dataset Split**: `train`
78
  - **Batch Size**: 512
79
- - **Prompt Mode**: ocr
80
  - **Max Model Length**: 16,000 tokens
81
  - **Max Output Tokens**: 8,192
82
  - **GPU Memory Utilization**: 80.0%
@@ -126,7 +77,7 @@ uv run https://huggingface.co/datasets/uv-scripts/ocr/raw/main/dots-ocr.py \
126
  <output-dataset> \
127
  --image-column image \
128
  --batch-size 512 \
129
- --prompt-mode ocr \
130
  --max-model-len 16000 \
131
  --max-tokens 8192 \
132
  --gpu-memory-utilization 0.8
 
7
  - markdown
8
  - uv-script
9
  - generated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # Document OCR using dots.ocr
 
18
  - **Source Dataset**: [davanstrien/ency-test](https://huggingface.co/datasets/davanstrien/ency-test)
19
  - **Model**: [rednote-hilab/dots.ocr](https://huggingface.co/rednote-hilab/dots.ocr)
20
  - **Number of Samples**: 512
21
+ - **Processing Time**: 10.3 min
22
+ - **Processing Date**: 2025-10-09 07:52 UTC
23
 
24
  ### Configuration
25
 
 
27
  - **Output Column**: `markdown`
28
  - **Dataset Split**: `train`
29
  - **Batch Size**: 512
30
+ - **Prompt Mode**: layout-only
31
  - **Max Model Length**: 16,000 tokens
32
  - **Max Output Tokens**: 8,192
33
  - **GPU Memory Utilization**: 80.0%
 
77
  <output-dataset> \
78
  --image-column image \
79
  --batch-size 512 \
80
+ --prompt-mode layout-only \
81
  --max-model-len 16000 \
82
  --max-tokens 8192 \
83
  --gpu-memory-utilization 0.8