Forturne commited on
Commit
8e5da65
·
verified ·
1 Parent(s): dab681b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -18,19 +18,19 @@ size_categories:
18
 
19
  OCR layout parsing results and VL embeddings for the
20
  [SDS-KoPub-VDR-Benchmark](https://huggingface.co/datasets/SamsungSDS-Research/SDS-KoPub-VDR-Benchmark)
21
- corpus (40,907 Korean public document pages).
22
 
23
  ## Contents
24
 
25
  | File | Description | Size |
26
  |------|-------------|------|
27
- | `ocr_results.jsonl` | GLM-OCR structured layout results (regions, markdown, bbox, labels) | 40,907 records |
28
- | `parsed_texts.jsonl` | Extracted text per page (embedding input) | 40,907 records |
29
- | `embeddings/corpus_regions.npy` | Region multimodal embeddings (image+caption) | (20961, 2048) |
30
  | `embeddings/region_metadata.jsonl` | Region metadata (page_id, caption, label) | — |
31
  | `embeddings/corpus_ocr_text.npy` | OCR text embeddings | (40781, 2048) |
32
  | `embeddings/queries.npy` | Query embeddings | (600, 2048) |
33
- | `crops.tar.gz` | Image/chart region crops | 20,993 images |
34
 
35
  ## Models Used
36
 
 
18
 
19
  OCR layout parsing results and VL embeddings for the
20
  [SDS-KoPub-VDR-Benchmark](https://huggingface.co/datasets/SamsungSDS-Research/SDS-KoPub-VDR-Benchmark)
21
+ corpus (40,781 Korean public document pages).
22
 
23
  ## Contents
24
 
25
  | File | Description | Size |
26
  |------|-------------|------|
27
+ | `ocr_results.jsonl` | GLM-OCR structured layout results (regions, markdown, bbox, labels) | 40,781 records |
28
+ | `parsed_texts.jsonl` | Extracted text per page (embedding input) | 40,781 records |
29
+ | `embeddings/corpus_regions.npy` | Region multimodal embeddings (image+caption) | (21052, 2048) |
30
  | `embeddings/region_metadata.jsonl` | Region metadata (page_id, caption, label) | — |
31
  | `embeddings/corpus_ocr_text.npy` | OCR text embeddings | (40781, 2048) |
32
  | `embeddings/queries.npy` | Query embeddings | (600, 2048) |
33
+ | `crops.tar.gz` | Image/chart region crops | 21,052 images |
34
 
35
  ## Models Used
36