Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
dataset_info:
|
| 4 |
-
|
| 5 |
features:
|
| 6 |
- name: video-id
|
| 7 |
dtype: string
|
|
@@ -34,6 +34,39 @@ dataset_info:
|
|
| 34 |
num_examples: 1703
|
| 35 |
download_size: 24371642
|
| 36 |
dataset_size: 40881968
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
configs:
|
| 38 |
- config_name: goal
|
| 39 |
data_files:
|
|
@@ -41,4 +74,10 @@ configs:
|
|
| 41 |
path: goal/train-*
|
| 42 |
- split: test
|
| 43 |
path: goal/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
dataset_info:
|
| 4 |
+
- config_name: goal
|
| 5 |
features:
|
| 6 |
- name: video-id
|
| 7 |
dtype: string
|
|
|
|
| 34 |
num_examples: 1703
|
| 35 |
download_size: 24371642
|
| 36 |
dataset_size: 40881968
|
| 37 |
+
- config_name: step
|
| 38 |
+
features:
|
| 39 |
+
- name: video-id
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: fold-ind
|
| 42 |
+
dtype: int64
|
| 43 |
+
- name: startphrase
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: sent1
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: sent2
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: gold-source
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: ending0
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: ending1
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: ending2
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: ending3
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: label
|
| 60 |
+
dtype: int64
|
| 61 |
+
splits:
|
| 62 |
+
- name: train
|
| 63 |
+
num_bytes: 109100504
|
| 64 |
+
num_examples: 374278
|
| 65 |
+
- name: test
|
| 66 |
+
num_bytes: 640610
|
| 67 |
+
num_examples: 2250
|
| 68 |
+
download_size: 68429181
|
| 69 |
+
dataset_size: 109741114
|
| 70 |
configs:
|
| 71 |
- config_name: goal
|
| 72 |
data_files:
|
|
|
|
| 74 |
path: goal/train-*
|
| 75 |
- split: test
|
| 76 |
path: goal/test-*
|
| 77 |
+
- config_name: step
|
| 78 |
+
data_files:
|
| 79 |
+
- split: train
|
| 80 |
+
path: step/train-*
|
| 81 |
+
- split: test
|
| 82 |
+
path: step/test-*
|
| 83 |
---
|