nielsr HF staff commited on
Commit
d4caa3c
·
verified ·
1 Parent(s): e12feec

Update task category to video-text-to-text

Browse files

The existing task category `visual-question-answering` is changed to `video-text-to-text` to more accurately reflect the kind of dataset.

Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,20 +1,20 @@
1
  ---
 
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: default
4
  data_files:
5
  - split: test
6
  path: mc_qa_annotations_1300.json
7
- license: apache-2.0
8
- task_categories:
9
- - visual-question-answering
10
- language:
11
- - en
12
  tags:
13
  - video
14
  - text
15
- pretty_name: lsdbench
16
- size_categories:
17
- - 1K<n<10K
18
  ---
19
 
20
  # Dataset Card for LSDBench: Long-video Sampling Dilemma Benchmark
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ size_categories:
6
+ - 1K<n<10K
7
+ task_categories:
8
+ - video-text-to-text
9
+ pretty_name: lsdbench
10
  configs:
11
  - config_name: default
12
  data_files:
13
  - split: test
14
  path: mc_qa_annotations_1300.json
 
 
 
 
 
15
  tags:
16
  - video
17
  - text
 
 
 
18
  ---
19
 
20
  # Dataset Card for LSDBench: Long-video Sampling Dilemma Benchmark