davanstrien HF Staff commited on
Commit
9542836
·
verified ·
1 Parent(s): e051c8c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -52
README.md CHANGED
@@ -7,55 +7,6 @@ tags:
7
  - markdown
8
  - uv-script
9
  - generated
10
- dataset_info:
11
- features:
12
- - name: volume_id
13
- dtype: string
14
- - name: page_number
15
- dtype: int32
16
- - name: file_identifier
17
- dtype: string
18
- - name: image
19
- dtype: image
20
- - name: text
21
- dtype: string
22
- - name: alto_xml
23
- dtype: string
24
- - name: has_image
25
- dtype: bool
26
- - name: has_alto
27
- dtype: bool
28
- - name: document_metadata
29
- dtype: string
30
- - name: has_metadata
31
- dtype: bool
32
- - name: edition
33
- dtype: string
34
- - name: volume_part
35
- dtype: string
36
- - name: publication_year
37
- dtype: string
38
- - name: editor
39
- dtype: string
40
- - name: full_title
41
- dtype: string
42
- - name: shelf_locator
43
- dtype: string
44
- - name: markdown
45
- dtype: string
46
- - name: inference_info
47
- dtype: string
48
- splits:
49
- - name: train
50
- num_bytes: 170844812
51
- num_examples: 512
52
- download_size: 97508258
53
- dataset_size: 170844812
54
- configs:
55
- - config_name: default
56
- data_files:
57
- - split: train
58
- path: data/train-*
59
  ---
60
 
61
  # Document OCR using dots.ocr
@@ -68,7 +19,7 @@ This dataset contains OCR results from images in [davanstrien/ency-test](https:/
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-08 21:12 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**: layout-all
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 layout-all \
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
 
19
  - **Model**: [rednote-hilab/dots.ocr](https://huggingface.co/rednote-hilab/dots.ocr)
20
  - **Number of Samples**: 512
21
  - **Processing Time**: 15.9 min
22
+ - **Processing Date**: 2025-10-09 07:34 UTC
23
 
24
  ### Configuration
25
 
 
27
  - **Output Column**: `markdown`
28
  - **Dataset Split**: `train`
29
  - **Batch Size**: 512
30
+ - **Prompt Mode**: ocr
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 ocr \
81
  --max-model-len 16000 \
82
  --max-tokens 8192 \
83
  --gpu-memory-utilization 0.8