Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
task_categories:
|
| 3 |
- visual-question-answering
|
| 4 |
- document-question-answering
|
|
|
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
tags:
|
|
@@ -12,7 +14,7 @@ configs:
|
|
| 12 |
- config_name: default
|
| 13 |
data_files:
|
| 14 |
- split: val
|
| 15 |
-
path:
|
| 16 |
---
|
| 17 |
|
| 18 |
<p align="center">
|
|
@@ -273,4 +275,4 @@ We highly recommend reviewing both the evaluation script and the Master Prompt.
|
|
| 273 |
|
| 274 |
The dataset consists of:
|
| 275 |
1. **Images:** High-resolution PNG renders of document pages located in the `images/` directory.
|
| 276 |
-
2. **Annotations:** A Parquet file (`val.parquet`) containing the questions, answers, and references to the image paths.
|
|
|
|
| 2 |
task_categories:
|
| 3 |
- visual-question-answering
|
| 4 |
- document-question-answering
|
| 5 |
+
- image-text-to-text
|
| 6 |
+
- question-answering
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
tags:
|
|
|
|
| 14 |
- config_name: default
|
| 15 |
data_files:
|
| 16 |
- split: val
|
| 17 |
+
path: val.parquet
|
| 18 |
---
|
| 19 |
|
| 20 |
<p align="center">
|
|
|
|
| 275 |
|
| 276 |
The dataset consists of:
|
| 277 |
1. **Images:** High-resolution PNG renders of document pages located in the `images/` directory.
|
| 278 |
+
2. **Annotations:** A Parquet file (`val.parquet`) containing the questions, answers, and references to the image paths.
|