Alysonhower commited on
Commit
019d4fa
·
verified ·
1 Parent(s): e32179c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -26
README.md CHANGED
@@ -7,25 +7,6 @@ tags:
7
  - markdown
8
  - uv-script
9
  - generated
10
- dataset_info:
11
- features:
12
- - name: image
13
- dtype: image
14
- - name: markdown
15
- dtype: string
16
- - name: inference_info
17
- dtype: string
18
- splits:
19
- - name: train
20
- num_bytes: 146150
21
- num_examples: 1
22
- download_size: 149862
23
- dataset_size: 146150
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
  ---
30
 
31
  # Document OCR using DeepSeek-OCR
@@ -37,18 +18,18 @@ This dataset contains markdown-formatted OCR results from images in [Alysonhower
37
  - **Source Dataset**: [Alysonhower/test](https://huggingface.co/datasets/Alysonhower/test)
38
  - **Model**: [deepseek-ai/DeepSeek-OCR](https://huggingface.co/deepseek-ai/DeepSeek-OCR)
39
  - **Number of Samples**: 1
40
- - **Processing Time**: 2.9 minutes
41
- - **Processing Date**: 2025-10-22 01:23 UTC
42
 
43
  ### Configuration
44
 
45
  - **Image Column**: `image`
46
  - **Output Column**: `markdown`
47
  - **Dataset Split**: `train`
48
- - **Resolution Mode**: large
49
- - **Base Size**: 1280
50
- - **Image Size**: 1280
51
- - **Crop Mode**: False
52
 
53
  ## Model Information
54
 
@@ -102,7 +83,7 @@ This dataset was generated using the [uv-scripts/ocr](https://huggingface.co/dat
102
  uv run https://huggingface.co/datasets/uv-scripts/ocr/raw/main/deepseek-ocr.py \
103
  Alysonhower/test \
104
  <output-dataset> \
105
- --resolution-mode large \
106
  --image-column image
107
  ```
108
 
 
7
  - markdown
8
  - uv-script
9
  - generated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # Document OCR using DeepSeek-OCR
 
18
  - **Source Dataset**: [Alysonhower/test](https://huggingface.co/datasets/Alysonhower/test)
19
  - **Model**: [deepseek-ai/DeepSeek-OCR](https://huggingface.co/deepseek-ai/DeepSeek-OCR)
20
  - **Number of Samples**: 1
21
+ - **Processing Time**: 1.6 minutes
22
+ - **Processing Date**: 2025-10-23 02:02 UTC
23
 
24
  ### Configuration
25
 
26
  - **Image Column**: `image`
27
  - **Output Column**: `markdown`
28
  - **Dataset Split**: `train`
29
+ - **Resolution Mode**: gundam
30
+ - **Base Size**: 1024
31
+ - **Image Size**: 640
32
+ - **Crop Mode**: True
33
 
34
  ## Model Information
35
 
 
83
  uv run https://huggingface.co/datasets/uv-scripts/ocr/raw/main/deepseek-ocr.py \
84
  Alysonhower/test \
85
  <output-dataset> \
86
+ --resolution-mode gundam \
87
  --image-column image
88
  ```
89