zachz commited on
Commit
93a3f53
·
verified ·
1 Parent(s): 7559773

Update num_examples 1140 -> 1138 after removing 2 corrupt videos

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ dataset_info:
9
  dtype: int32
10
  splits:
11
  - name: test
12
- num_examples: 1140
13
  configs:
14
  - config_name: default
15
  data_files:
@@ -30,4 +30,4 @@ Video-language pair classification dataset from [VideoCon](https://arxiv.org/abs
30
  Each row contains a video and a caption. Label=1 means the caption correctly describes the video;
31
  label=0 means it is a semantically-plausible contrast caption (entity/action/attribute swaps, event order flips).
32
 
33
- Source: `videocon/videocon` (videocon_human.csv) — 570 videos from ActivityNet, 1140 pairs total.
 
9
  dtype: int32
10
  splits:
11
  - name: test
12
+ num_examples: 1138
13
  configs:
14
  - config_name: default
15
  data_files:
 
30
  Each row contains a video and a caption. Label=1 means the caption correctly describes the video;
31
  label=0 means it is a semantically-plausible contrast caption (entity/action/attribute swaps, event order flips).
32
 
33
+ Source: `videocon/videocon` (videocon_human.csv) — 569 videos from ActivityNet, 1138 pairs total (2 corrupt videos removed).