File size: 498 Bytes
1be3488 | 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 | ---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: method
dtype: string
- name: subdir
dtype: string
- name: video_path
dtype: string
- name: label
dtype:
class_label:
names:
'0': Real
'1': Fake
- name: video
dtype: string
splits:
- name: train
num_bytes: 35846275042
num_examples: 15635
download_size: 35757095320
dataset_size: 35846275042
---
|