Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,67 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: count
|
| 7 |
+
path: data/count-*
|
| 8 |
+
- split: direction
|
| 9 |
+
path: data/direction-*
|
| 10 |
+
- split: rotation
|
| 11 |
+
path: data/rotation-*
|
| 12 |
+
- split: shape_trend
|
| 13 |
+
path: data/shape_trend-*
|
| 14 |
+
- split: velocity_frequency
|
| 15 |
+
path: data/velocity_frequency-*
|
| 16 |
+
- split: visual_cues
|
| 17 |
+
path: data/visual_cues-*
|
| 18 |
+
dataset_info:
|
| 19 |
+
features:
|
| 20 |
+
- name: question
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: demonstration_type
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: variation
|
| 25 |
+
struct:
|
| 26 |
+
- name: composite
|
| 27 |
+
dtype: int64
|
| 28 |
+
- name: counterfactual
|
| 29 |
+
dtype: int64
|
| 30 |
+
- name: first_person
|
| 31 |
+
dtype: int64
|
| 32 |
+
- name: zoom
|
| 33 |
+
dtype: int64
|
| 34 |
+
- name: motion_type
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: answer
|
| 37 |
+
dtype: int64
|
| 38 |
+
- name: note
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: key
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: options
|
| 43 |
+
sequence: string
|
| 44 |
+
- name: video_source_url
|
| 45 |
+
dtype: string
|
| 46 |
+
splits:
|
| 47 |
+
- name: count
|
| 48 |
+
num_bytes: 60102
|
| 49 |
+
num_examples: 292
|
| 50 |
+
- name: direction
|
| 51 |
+
num_bytes: 124629
|
| 52 |
+
num_examples: 403
|
| 53 |
+
- name: rotation
|
| 54 |
+
num_bytes: 92655
|
| 55 |
+
num_examples: 286
|
| 56 |
+
- name: shape_trend
|
| 57 |
+
num_bytes: 61447
|
| 58 |
+
num_examples: 223
|
| 59 |
+
- name: velocity_frequency
|
| 60 |
+
num_bytes: 57868
|
| 61 |
+
num_examples: 210
|
| 62 |
+
- name: visual_cues
|
| 63 |
+
num_bytes: 16937
|
| 64 |
+
num_examples: 70
|
| 65 |
+
download_size: 71255
|
| 66 |
+
dataset_size: 413638
|
| 67 |
---
|