File size: 796 Bytes
5f7dbe7 | 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 38 39 40 41 | ---
dataset_info:
features:
- name: dialogue
dtype: string
- name: idx
dtype: int64
- name: Game_ID
dtype: string
- name: file_name
dtype: string
- name: video_name
dtype: string
- name: target_strategies
sequence: string
- name: input_features
sequence:
sequence: float32
splits:
- name: train
num_bytes: 12146339827.207672
num_examples: 12641
- name: test
num_bytes: 3432219677.8711824
num_examples: 3572
- name: validation
num_bytes: 2360777198.509907
num_examples: 2457
download_size: 9323321344
dataset_size: 17939336703.58876
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
|