davanstrien HF Staff commited on
Commit
be84d27
·
verified ·
1 Parent(s): bad9e5a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -42
README.md CHANGED
@@ -7,45 +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: image
18
- dtype: image
19
- - name: drawer_id
20
- dtype: string
21
- - name: card_number
22
- dtype: int64
23
- - name: filename
24
- dtype: string
25
- - name: text
26
- dtype: string
27
- - name: has_ocr
28
- dtype: bool
29
- - name: source
30
- dtype: string
31
- - name: source_url
32
- dtype: string
33
- - name: ia_collection
34
- dtype: string
35
- - name: markdown
36
- dtype: string
37
- - name: deepseek_markdown
38
- dtype: string
39
- - name: deepseek_markdown_free
40
- dtype: string
41
- - name: inference_info
42
- dtype: string
43
- splits:
44
- - name: train
45
- num_bytes: 33465634
46
- num_examples: 500
47
- download_size: 31332799
48
- dataset_size: 33465634
49
  ---
50
 
51
  # Document OCR using DeepSeek-OCR-2
@@ -57,8 +18,8 @@ This dataset contains markdown-formatted OCR results from images in [davanstrien
57
  - **Source Dataset**: [davanstrien/bpl-card-catalog-glm-ocr-bench](https://huggingface.co/datasets/davanstrien/bpl-card-catalog-glm-ocr-bench)
58
  - **Model**: [deepseek-ai/DeepSeek-OCR-2](https://huggingface.co/deepseek-ai/DeepSeek-OCR-2)
59
  - **Number of Samples**: 500
60
- - **Processing Time**: 12.1 min
61
- - **Processing Date**: 2026-02-14 17:11 UTC
62
 
63
  ### Configuration
64
 
@@ -124,7 +85,7 @@ uv run https://huggingface.co/datasets/uv-scripts/ocr/raw/main/deepseek-ocr2-vll
124
 
125
  ## Performance
126
 
127
- - **Processing Speed**: ~0.7 images/second
128
  - **Processing Method**: Batch processing with vLLM (2-3x speedup over sequential)
129
 
130
  Generated with [UV Scripts](https://huggingface.co/uv-scripts)
 
7
  - markdown
8
  - uv-script
9
  - generated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # Document OCR using DeepSeek-OCR-2
 
18
  - **Source Dataset**: [davanstrien/bpl-card-catalog-glm-ocr-bench](https://huggingface.co/datasets/davanstrien/bpl-card-catalog-glm-ocr-bench)
19
  - **Model**: [deepseek-ai/DeepSeek-OCR-2](https://huggingface.co/deepseek-ai/DeepSeek-OCR-2)
20
  - **Number of Samples**: 500
21
+ - **Processing Time**: 7.0 min
22
+ - **Processing Date**: 2026-02-14 17:26 UTC
23
 
24
  ### Configuration
25
 
 
85
 
86
  ## Performance
87
 
88
+ - **Processing Speed**: ~1.2 images/second
89
  - **Processing Method**: Batch processing with vLLM (2-3x speedup over sequential)
90
 
91
  Generated with [UV Scripts](https://huggingface.co/uv-scripts)