fffffchopin
commited on
Commit
•
378cef7
1
Parent(s):
318f0b3
Update README.md
Browse files
README.md
CHANGED
@@ -1,65 +1,65 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: info
|
5 |
-
dtype: string
|
6 |
-
- name: keyword
|
7 |
-
dtype: string
|
8 |
-
- name: action
|
9 |
-
dtype: string
|
10 |
-
- name: current_frame
|
11 |
-
dtype: image
|
12 |
-
- name: previous_frame_1
|
13 |
-
dtype: image
|
14 |
-
- name: previous_frame_2
|
15 |
-
dtype: image
|
16 |
-
- name: previous_frame_3
|
17 |
-
dtype: image
|
18 |
-
- name: previous_frame_4
|
19 |
-
dtype: image
|
20 |
-
- name: previous_frame_5
|
21 |
-
dtype: image
|
22 |
-
- name: previous_frame_6
|
23 |
-
dtype: image
|
24 |
-
- name: previous_frame_7
|
25 |
-
dtype: image
|
26 |
-
- name: previous_frame_8
|
27 |
-
dtype: image
|
28 |
-
- name: previous_frame_9
|
29 |
-
dtype: image
|
30 |
-
- name: previous_frame_10
|
31 |
-
dtype: image
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
# num_bytes: 220367059
|
36 |
-
# num_examples: 1510
|
37 |
-
# dataset_name: diffusion_dream_dataset
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
---
|
47 |
-
|
48 |
-
This is the dataset of the diffusion dream dataset. The dataset contains the following columns:
|
49 |
-
|
50 |
-
- info: A string describing the action taken in the frame
|
51 |
-
- keyword: A string describing the keyword of the action
|
52 |
-
- action: A string describing the action taken in the frame
|
53 |
-
- current_frame: The current frame of the video
|
54 |
-
- previous_frame_1: The frame before the current frame
|
55 |
-
- previous_frame_2: The frame before the previous frame
|
56 |
-
- previous_frame_3: The frame before the previous frame
|
57 |
-
- previous_frame_4: The frame before the previous frame
|
58 |
-
- previous_frame_5: The frame before the previous frame
|
59 |
-
- previous_frame_6: The frame before the previous frame
|
60 |
-
- previous_frame_7: The frame before the previous frame
|
61 |
-
- previous_frame_8: The frame before the previous frame
|
62 |
-
- previous_frame_9: The frame before the previous frame
|
63 |
-
- previous_frame_10: The frame before the previous frame
|
64 |
-
|
65 |
-
The dataset is used to train a model to predict the next frame in a video.
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: info
|
5 |
+
dtype: string
|
6 |
+
- name: keyword
|
7 |
+
dtype: string
|
8 |
+
- name: action
|
9 |
+
dtype: string
|
10 |
+
- name: current_frame
|
11 |
+
dtype: image
|
12 |
+
- name: previous_frame_1
|
13 |
+
dtype: image
|
14 |
+
- name: previous_frame_2
|
15 |
+
dtype: image
|
16 |
+
- name: previous_frame_3
|
17 |
+
dtype: image
|
18 |
+
- name: previous_frame_4
|
19 |
+
dtype: image
|
20 |
+
- name: previous_frame_5
|
21 |
+
dtype: image
|
22 |
+
- name: previous_frame_6
|
23 |
+
dtype: image
|
24 |
+
- name: previous_frame_7
|
25 |
+
dtype: image
|
26 |
+
- name: previous_frame_8
|
27 |
+
dtype: image
|
28 |
+
- name: previous_frame_9
|
29 |
+
dtype: image
|
30 |
+
- name: previous_frame_10
|
31 |
+
dtype: image
|
32 |
+
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
# num_bytes: 220367059
|
36 |
+
# num_examples: 1510
|
37 |
+
# dataset_name: diffusion_dream_dataset
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
configs:
|
42 |
+
- config_name: default
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path: data/*.parquet
|
46 |
+
---
|
47 |
+
|
48 |
+
This is the dataset of the diffusion dream dataset. The dataset contains the following columns:
|
49 |
+
|
50 |
+
- info: A string describing the action taken in the frame
|
51 |
+
- keyword: A string describing the keyword of the action
|
52 |
+
- action: A string describing the action taken in the frame
|
53 |
+
- current_frame: The current frame of the video
|
54 |
+
- previous_frame_1: The frame before the current frame
|
55 |
+
- previous_frame_2: The frame before the previous frame
|
56 |
+
- previous_frame_3: The frame before the previous frame
|
57 |
+
- previous_frame_4: The frame before the previous frame
|
58 |
+
- previous_frame_5: The frame before the previous frame
|
59 |
+
- previous_frame_6: The frame before the previous frame
|
60 |
+
- previous_frame_7: The frame before the previous frame
|
61 |
+
- previous_frame_8: The frame before the previous frame
|
62 |
+
- previous_frame_9: The frame before the previous frame
|
63 |
+
- previous_frame_10: The frame before the previous frame
|
64 |
+
|
65 |
+
The dataset is used to train a model to predict the next frame in a video.
|