Datasets:

ArXiv:
License:
nielsr HF staff commited on
Commit
2b6145b
1 Parent(s): fcb4193

Link dataset to paper

Browse files

This 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")
```

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