Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
dataset_info:
|
| 4 |
+
config_name: goal
|
| 5 |
+
features:
|
| 6 |
+
- name: video-id
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: fold-ind
|
| 9 |
+
dtype: int64
|
| 10 |
+
- name: startphrase
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: sent1
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: sent2
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: gold-source
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: ending0
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: ending1
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: ending2
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: ending3
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: label
|
| 27 |
+
dtype: int64
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 40483414
|
| 31 |
+
num_examples: 185231
|
| 32 |
+
- name: test
|
| 33 |
+
num_bytes: 398554
|
| 34 |
+
num_examples: 1703
|
| 35 |
+
download_size: 24371642
|
| 36 |
+
dataset_size: 40881968
|
| 37 |
+
configs:
|
| 38 |
+
- config_name: goal
|
| 39 |
+
data_files:
|
| 40 |
+
- split: train
|
| 41 |
+
path: goal/train-*
|
| 42 |
+
- split: test
|
| 43 |
+
path: goal/test-*
|
| 44 |
---
|