Link dataset to paper
Browse filesThis PR improves the discoverability of your dataset, by linking it to https://huggingface.co/papers/2306.14899 and adding appropriate tags.
Btw, would be great to make the dataset directly available within datasets, such that people can do:
```python
from datasets import load_dataset
dataset = load_dataset("fesvhtr/FunQA")
```
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- video-text-to-text
|
5 |
+
---
|
6 |
+
|
7 |
+
# Dataset for the paper: FunQA: Towards Surprising Video Comprehension
|
8 |
+
|
9 |
+
Paper: https://huggingface.co/papers/2306.14899.
|