File size: 673 Bytes
3b8acc4
 
 
 
70c7274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3b8acc4
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
28
29
30
31
32
33
34
35
36
37
---

license: other
license_name: no-licence
license_link: LICENSE
dataset_info:
  features:
  - name: video_id
    dtype: string
  - name: title
    dtype: string
  - name: thumbnail_url
    dtype: string
  - name: title_neg
    dtype: string
  splits:
  - name: train
    num_bytes: 12710
    num_examples: 70
  - name: valid
    num_bytes: 2721
    num_examples: 15
  - name: test
    num_bytes: 3010
    num_examples: 16
  download_size: 19080
  dataset_size: 18441
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---