Datasets:
Add paper link, license (#2)
Browse files- Add paper link, license (a146fb4c0a90805c7d601e27bc9f40478bf7aa68)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -36,4 +36,11 @@ configs:
|
|
36 |
data_files:
|
37 |
- split: train
|
38 |
path: data/train-*
|
|
|
|
|
39 |
---
|
|
|
|
|
|
|
|
|
|
|
|
36 |
data_files:
|
37 |
- split: train
|
38 |
path: data/train-*
|
39 |
+
task_categories:
|
40 |
+
- video-text-to-text
|
41 |
---
|
42 |
+
|
43 |
+
This dataset is from the paper [MME-VideoOCR: Evaluating OCR-Based Capabilities of Multimodal LLMs in
|
44 |
+
Video Scenarios](https://huggingface.co/papers/2505.21333).
|
45 |
+
|
46 |
+
See https://github.com/DogNeverSleep/MME-VideoOCR_Dataset for more information, including the license.
|