davanstrien HF Staff
Add rednote-hilab/dots.ocr OCR results (10 samples) [dots-ocr]
5049500 verified metadata
tags:
- ocr
- document-processing
- glm-ocr
- markdown
- uv-script
- generated
dataset_info:
config_name: dots-ocr
features:
- name: image
dtype: image
- name: source_pdf
dtype: string
- name: source_url
dtype: string
- name: page_number
dtype: int64
- name: total_pages
dtype: int64
- name: width
dtype: int64
- name: height
dtype: int64
- name: pdf_file_size
dtype: int64
- name: ocr
dtype: string
- name: markdown
dtype: string
- name: inference_info
dtype: string
splits:
- name: train
num_bytes: 113830932
num_examples: 10
download_size: 113846342
dataset_size: 113830932
configs:
- config_name: dots-ocr
data_files:
- split: train
path: dots-ocr/train-*
Document OCR using GLM-OCR
This dataset contains OCR results from images in Sigurdur/isl-finepdfs-images using GLM-OCR, a compact 0.9B OCR model achieving SOTA performance.
Processing Details
- Source Dataset: Sigurdur/isl-finepdfs-images
- Model: zai-org/GLM-OCR
- Task: text recognition
- Number of Samples: 10
- Processing Time: 4.5 min
- Processing Date: 2026-03-05 11:06 UTC
Configuration
- Image Column:
image - Output Column:
markdown - Dataset Split:
train - Batch Size: 16
- Max Model Length: 8,192 tokens
- Max Output Tokens: 8,192
- Temperature: 0.01
- Top P: 1e-05
- GPU Memory Utilization: 80.0%
Model Information
GLM-OCR is a compact, high-performance OCR model:
- 0.9B parameters
- 94.62% on OmniDocBench V1.5
- CogViT visual encoder + GLM-0.5B language decoder
- Multi-Token Prediction (MTP) loss for efficiency
- Multilingual: zh, en, fr, es, ru, de, ja, ko
- MIT licensed
Dataset Structure
The dataset contains all original columns plus:
markdown: The extracted text in markdown formatinference_info: JSON list tracking all OCR models applied to this dataset
Reproduction
uv run https://huggingface.co/datasets/uv-scripts/ocr/raw/main/glm-ocr.py \
Sigurdur/isl-finepdfs-images \
<output-dataset> \
--image-column image \
--batch-size 16 \
--task ocr
Generated with UV Scripts