File size: 381 Bytes
33f9986
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
dataset_info:
  features:
  - name: video
    dtype: string
  - name: label
    dtype: string
  - name: filename
    dtype: string
  - name: relative_path
    dtype: string
  splits:
  - name: train
    num_bytes: 97881
    num_examples: 652
  download_size: 16908
  dataset_size: 97881
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---