File size: 584 Bytes
58c2597
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
configs:
- config_name: default
  data_files:
  - split: corpus
    path: data/corpus-*
  - split: queries
    path: data/queries-*
dataset_info:
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: corpus
    num_bytes: 8176771
    num_examples: 100930
  - name: queries
    num_bytes: 34156
    num_examples: 1000
  download_size: 7287165
  dataset_size: 8210927
---
# Dataset Card for "VideoRetrieval"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)