ZWQ1103 commited on
Commit
9ac1856
·
verified ·
1 Parent(s): 05a344f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -16
README.md CHANGED
@@ -1,35 +1,33 @@
1
  ---
2
  dataset_info:
3
- config_name: videomme
4
  features:
5
- - name: video_id
6
  dtype: string
7
- - name: duration
8
  dtype: string
9
- - name: domain
10
- dtype: string
11
- - name: sub_category
12
- dtype: string
13
- - name: url
14
- dtype: string
15
- - name: videoID
16
- dtype: string
17
- - name: question_id
18
- dtype: string
19
- - name: task_type
20
  dtype: string
21
  - name: question
22
  dtype: string
23
- - name: options
24
- sequence: string
25
  - name: answer
26
  dtype: string
 
 
 
 
27
  splits:
28
  - name: test
29
  num_bytes: 1003241.0
30
  num_examples: 2700
31
  download_size: 405167
32
  dataset_size: 1003241.0
 
 
 
 
 
 
33
  license: openrail
34
  tags:
35
  - video
 
1
  ---
2
  dataset_info:
3
+ config_name: test
4
  features:
5
+ - name: index
6
  dtype: string
7
+ - name: video_path
8
  dtype: string
9
+ - name: category
 
 
 
 
 
 
 
 
 
 
10
  dtype: string
11
  - name: question
12
  dtype: string
 
 
13
  - name: answer
14
  dtype: string
15
+ - name: distractors
16
+ dtype: string
17
+ - name: correct_answer_index
18
+ dtype: string
19
  splits:
20
  - name: test
21
  num_bytes: 1003241.0
22
  num_examples: 2700
23
  download_size: 405167
24
  dataset_size: 1003241.0
25
+ configs:
26
+ - config_name: test
27
+ data_files:
28
+ - split: test
29
+ path: /test/test.json
30
+
31
  license: openrail
32
  tags:
33
  - video