Upload README.md with huggingface_hub
Browse files
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,
|
| 22 |
|
| 23 |
## Contents
|
| 24 |
|
| 25 |
| File | Description | Size |
|
| 26 |
|------|-------------|------|
|
| 27 |
-
| `ocr_results.jsonl` | GLM-OCR structured layout results (regions, markdown, bbox, labels) | 40,
|
| 28 |
-
| `parsed_texts.jsonl` | Extracted text per page (embedding input) | 40,
|
| 29 |
-
| `embeddings/corpus_regions.npy` | Region multimodal embeddings (image+caption) | (
|
| 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 |
|
| 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 |
|