Datasets:
feat: Add reversible_dynamics configuration
Browse files
README.md
CHANGED
|
@@ -9,6 +9,10 @@ configs:
|
|
| 9 |
data_files:
|
| 10 |
- split: train
|
| 11 |
path: moving_direction/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
dataset_info:
|
| 13 |
- config_name: event_sequence
|
| 14 |
features:
|
|
@@ -50,4 +54,24 @@ dataset_info:
|
|
| 50 |
num_examples: 1000
|
| 51 |
download_size: 19376
|
| 52 |
dataset_size: 313768
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
---
|
|
|
|
| 9 |
data_files:
|
| 10 |
- split: train
|
| 11 |
path: moving_direction/train-*
|
| 12 |
+
- config_name: reversible_dynamics
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: reversible_dynamics/train-*
|
| 16 |
dataset_info:
|
| 17 |
- config_name: event_sequence
|
| 18 |
features:
|
|
|
|
| 54 |
num_examples: 1000
|
| 55 |
download_size: 19376
|
| 56 |
dataset_size: 313768
|
| 57 |
+
- config_name: reversible_dynamics
|
| 58 |
+
features:
|
| 59 |
+
- name: video
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: question
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: candidates
|
| 64 |
+
list: string
|
| 65 |
+
- name: answer
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: source_category
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: source_subcategory
|
| 70 |
+
dtype: string
|
| 71 |
+
splits:
|
| 72 |
+
- name: train
|
| 73 |
+
num_bytes: 287329
|
| 74 |
+
num_examples: 1200
|
| 75 |
+
download_size: 34945
|
| 76 |
+
dataset_size: 287329
|
| 77 |
---
|