Fix dataset viewer config to use parquet
Browse files
README.md
CHANGED
|
@@ -13,6 +13,11 @@ tags:
|
|
| 13 |
- multimodal
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# CC-OCR V2: Benchmarking Large Multimodal Models for Literacy in Real-world Document Processing
|
|
|
|
| 13 |
- multimodal
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: data.parquet
|
| 21 |
---
|
| 22 |
|
| 23 |
# CC-OCR V2: Benchmarking Large Multimodal Models for Literacy in Real-world Document Processing
|