nielsr HF Staff commited on
Commit
a146fb4
·
verified ·
1 Parent(s): 78b3c3e

Add paper link, license

Browse files

This PR ensures the dataset can be found at https://huggingface.co/papers/2505.21333 and adds a pointer to the license.

Files changed (1) hide show
  1. README.md +7 -0
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.