File size: 752 Bytes
834c2e9 8e5dd90 52675c9 8e5dd90 834c2e9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ---
dataset_info:
features:
- name: document_id
dtype: string
- name: page_id
dtype: string
- name: image
dtype: image
- name: ground_truth
dtype: string
- name: paddleocr_text
dtype: string
- name: paddleocr_edit_distance
dtype: float64
- name: paddleocr_cer
dtype: float64
- name: glm_ocr_text
dtype: string
- name: glm_ocr_edit_distance
dtype: float64
- name: glm_ocr_cer
dtype: float64
- name: image_quality_features
dtype: string
- name: layout_features
dtype: string
splits:
- name: train
num_bytes: 185112
num_examples: 1
download_size: 211695
dataset_size: 185112
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|