Sinjhin commited on
Commit
10f0a54
·
unverified ·
1 Parent(s): 2847c16
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +2 -0
  2. README.md +151 -0
  3. dataset_report.json +629 -0
  4. dataset_report.md +295 -0
  5. experiences-00000-of-00106.parquet +3 -0
  6. experiences-00001-of-00106.parquet +3 -0
  7. experiences-00002-of-00106.parquet +3 -0
  8. experiences-00003-of-00106.parquet +3 -0
  9. experiences-00004-of-00106.parquet +3 -0
  10. experiences-00005-of-00106.parquet +3 -0
  11. experiences-00006-of-00106.parquet +3 -0
  12. experiences-00007-of-00106.parquet +3 -0
  13. experiences-00008-of-00106.parquet +3 -0
  14. experiences-00009-of-00106.parquet +3 -0
  15. experiences-00010-of-00106.parquet +3 -0
  16. experiences-00011-of-00106.parquet +3 -0
  17. experiences-00012-of-00106.parquet +3 -0
  18. experiences-00013-of-00106.parquet +3 -0
  19. experiences-00014-of-00106.parquet +3 -0
  20. experiences-00015-of-00106.parquet +3 -0
  21. experiences-00016-of-00106.parquet +3 -0
  22. experiences-00017-of-00106.parquet +3 -0
  23. experiences-00018-of-00106.parquet +3 -0
  24. experiences-00019-of-00106.parquet +3 -0
  25. experiences-00020-of-00106.parquet +3 -0
  26. experiences-00021-of-00106.parquet +3 -0
  27. experiences-00022-of-00106.parquet +3 -0
  28. experiences-00023-of-00106.parquet +3 -0
  29. experiences-00024-of-00106.parquet +3 -0
  30. experiences-00025-of-00106.parquet +3 -0
  31. experiences-00026-of-00106.parquet +3 -0
  32. experiences-00027-of-00106.parquet +3 -0
  33. experiences-00028-of-00106.parquet +3 -0
  34. experiences-00029-of-00106.parquet +3 -0
  35. experiences-00030-of-00106.parquet +3 -0
  36. experiences-00031-of-00106.parquet +3 -0
  37. experiences-00032-of-00106.parquet +3 -0
  38. experiences-00033-of-00106.parquet +3 -0
  39. experiences-00034-of-00106.parquet +3 -0
  40. experiences-00035-of-00106.parquet +3 -0
  41. experiences-00036-of-00106.parquet +3 -0
  42. experiences-00037-of-00106.parquet +3 -0
  43. experiences-00038-of-00106.parquet +3 -0
  44. experiences-00039-of-00106.parquet +3 -0
  45. experiences-00040-of-00106.parquet +3 -0
  46. experiences-00041-of-00106.parquet +3 -0
  47. experiences-00042-of-00106.parquet +3 -0
  48. experiences-00043-of-00106.parquet +3 -0
  49. experiences-00044-of-00106.parquet +3 -0
  50. experiences-00045-of-00106.parquet +3 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ._*
2
+ .DS_Store
README.md CHANGED
@@ -1,3 +1,154 @@
1
  ---
2
  license: cc
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
+ pretty_name: Neuro Evolution for eXtensible Universal Semantics Dataset
4
  ---
5
+
6
+ # NexusDataset (Temporal Multimodal Slices)
7
+
8
+ This dataset is a multi-modal, hierarchical, temporal representation derived from `HuggingFaceFV/finevideo`. It is designed for streaming training where the primary unit is a 10 ms "slice" that aggregates upward into moments (100 ms), seconds (1 s), experiences (10 s), and minutes (60 s). There are no video files in this dataset. Visual data is stored as per-frame JPEG bytes, and audio is stored as PCM16 bytes in 10 ms chunks.
9
+
10
+ The Montreal Forced Aligner model was used for time-aligned orthographic transcription to both phoneme and words at the moment and second level, respectively. The original text transcription was checked for error and time-aligned at the experiences level.
11
+
12
+ ## Summary
13
+
14
+ - Source: derived from `HuggingFaceFV/finevideo` (YouTube-origin content)
15
+ - Modalities: audio (stereo PCM16), visual frames (JPEG bytes), text (seconds and experiences), metadata
16
+ - Time base: all timestamps are in milliseconds
17
+ - Primary streaming unit: 10 ms slices
18
+
19
+ ## Stats (current export)
20
+
21
+ - Videos: 1,999
22
+ - Duration ms (min/mean/max): 19,000 / 281,259 / 658,000
23
+ - Total size: 541,565,728,481 bytes (approx 541.6 GB)
24
+
25
+ Row counts:
26
+ - slices: 57,246,000
27
+ - moments: 5,724,600
28
+ - seconds: 572,460
29
+ - experiences: 57,246
30
+ - minutes: 10,317
31
+ - frames: 15,781,125
32
+ - meta: 1,999
33
+
34
+ ## Dataset structure
35
+
36
+ All data is stored in Parquet shards:
37
+
38
+ ```
39
+ slices-00000-of-000NN.parquet
40
+ moments-00000-of-000NN.parquet
41
+ seconds-00000-of-000NN.parquet
42
+ experiences-00000-of-000NN.parquet
43
+ minutes-00000-of-000NN.parquet
44
+ frames-00000-of-000NN.parquet
45
+ meta-00000-of-000NN.parquet
46
+ ```
47
+
48
+ Each table uses `video_id` as the primary key to connect across tables. Index columns are 0-based within each video (e.g., `slice_idx`, `moment_idx`, `frame_idx`).
49
+
50
+ ### slices (10 ms)
51
+
52
+ Core streaming unit. Use this table for training.
53
+
54
+ Key fields:
55
+ - `video_id`, `slice_idx`, `start_ms`
56
+ - `audio_l_pcm16`, `audio_r_pcm16`: 320-byte PCM16 chunks (16 kHz, 10 ms)
57
+ - `frame_idx`: points to `frames.frame_idx` for the same `video_id`
58
+ - `moment_idx`, `second_idx`, `experience_idx`, `minute_idx`
59
+ - `is_video_start`, `is_video_end`
60
+ - Optional sensors: `imu`, `gps`, `temp`, `humidity`, `baro`, `lidar`, `ranges`, `screen`, `data`
61
+
62
+ ### moments (100 ms)
63
+
64
+ - `video_id`, `moment_idx`, `start_ms`, `end_ms`
65
+ - `slice_start_idx`, `slice_end_idx`
66
+ - `phoneme` (nullable)
67
+
68
+ ### seconds (1 s)
69
+
70
+ - `video_id`, `second_idx`, `start_ms`, `end_ms`
71
+ - `moment_start_idx`, `moment_end_idx`
72
+ - `words`: list of word tokens aligned to the second
73
+
74
+ ### experiences (10 s)
75
+
76
+ - `video_id`, `experience_idx`, `start_ms`, `end_ms`
77
+ - `second_start_idx`, `second_end_idx`
78
+ - `statements`: list of text segments for the 10 s window
79
+ - `gestures`: list of gesture tokens (nullable)
80
+
81
+ ### minutes (60 s)
82
+
83
+ - `video_id`, `minute_idx`, `start_ms`, `end_ms`
84
+ - `experience_start_idx`, `experience_end_idx`
85
+ - `actions`: list of action tokens (nullable)
86
+
87
+ ### frames
88
+
89
+ - `video_id`, `frame_idx`, `frame_time_ms`
90
+ - `image`: struct with `{bytes, path}` where `bytes` are JPEG bytes and `path` is null
91
+
92
+ ### meta
93
+
94
+ Top-level metadata from the source dataset. Stored as strings if not scalar.
95
+
96
+ Key fields:
97
+ - `video_id`, `duration_ms`, `resolution`
98
+ - Content metadata: `content_parent_category`, `content_fine_category`, `content_metadata`
99
+ - YouTube metadata: `youtube_title`, `youtube_description`, `youtube_channel`, `youtube_categories`, `youtube_tags`, `youtube_upload_date`, etc.
100
+
101
+ ## Streaming usage
102
+
103
+ Slices are ordered by `(video_id, slice_idx)` in each shard, so you can stream them in order. Use `is_video_start` / `is_video_end` or `video_id` changes to detect boundaries.
104
+
105
+ Example (local or after cloning the dataset repo):
106
+
107
+ ```python
108
+ from datasets import load_dataset
109
+
110
+ data_files = "slices-*.parquet"
111
+ ds = load_dataset("parquet", data_files=data_files, split="train", streaming=True)
112
+
113
+ # Stream the first 10 minutes of slices
114
+ total_ms = 0
115
+ for row in ds:
116
+ total_ms = row["start_ms"]
117
+ if total_ms >= 10 * 60 * 1000:
118
+ break
119
+ ```
120
+
121
+ ## Decoding examples
122
+
123
+ Decode audio:
124
+
125
+ ```python
126
+ import numpy as np
127
+
128
+ pcm = row["audio_l_pcm16"] # bytes
129
+ samples = np.frombuffer(pcm, dtype="<i2") # int16
130
+ ```
131
+
132
+ Decode frames as images:
133
+
134
+ ```python
135
+ from datasets import load_dataset, Image
136
+
137
+ frames = load_dataset("parquet", data_files="frames-*.parquet", split="train")
138
+ frames = frames.cast_column("image", Image())
139
+ ```
140
+
141
+ ## Intended use
142
+
143
+ - Streaming temporal modeling
144
+ - Multimodal alignment research
145
+ - Hierarchical sequence modeling
146
+
147
+ ## Limitations
148
+
149
+ - Derived from YouTube content; metadata and transcription quality depend on the source dataset and `Montreal Forced Aligner`
150
+ - Audio and frames are stored independently; use `video_id` and indices to align.
151
+
152
+ ## License and attribution
153
+
154
+ This dataset is derived from `HuggingFaceFV/finevideo`. Please follow the original dataset license and YouTube content terms when using or redistributing this dataset.
dataset_report.json ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_root": "/Volumes/Data/NexusDataset",
3
+ "generated_at": "2025-12-28T05:30:25.793569+00:00",
4
+ "state": {
5
+ "finalized": true,
6
+ "max_shard_size_bytes": 5368709120,
7
+ "pending_video_ids_count": 0,
8
+ "processed_video_ids_count": 1999,
9
+ "shard_index": 106
10
+ },
11
+ "summary": {
12
+ "duration_ms": {
13
+ "max": 658000,
14
+ "mean": 281259,
15
+ "min": 19000
16
+ },
17
+ "experiences_bytes": 8470527,
18
+ "experiences_rows": 57246,
19
+ "frames_bytes": 509695327843,
20
+ "frames_rows": 15781125,
21
+ "meta_bytes": 26087577,
22
+ "meta_rows": 1999,
23
+ "minutes_bytes": 3108903,
24
+ "minutes_rows": 10317,
25
+ "moments_bytes": 106752880,
26
+ "moments_rows": 5724600,
27
+ "seconds_bytes": 16658651,
28
+ "seconds_rows": 572460,
29
+ "slices_bytes": 31709322100,
30
+ "slices_rows": 57246000,
31
+ "table_count": 7,
32
+ "total_bytes": 541565728481,
33
+ "video_count": 1999
34
+ },
35
+ "tables": {
36
+ "experiences": {
37
+ "rows": 57246,
38
+ "sample_row": {
39
+ "end_ms": 10000,
40
+ "experience_idx": 0,
41
+ "gestures": [],
42
+ "second_end_idx": 9,
43
+ "second_start_idx": 0,
44
+ "start_ms": 0,
45
+ "statements": [
46
+ " The pre-flare maneuver executed."
47
+ ],
48
+ "video_id": "-0jcDYcjAuI"
49
+ },
50
+ "schema": "video_id: string\nexperience_idx: int32\nstart_ms: int64\nend_ms: int64\nsecond_start_idx: int32\nsecond_end_idx: int32\nstatements: list<element: string>\n child 0, element: string\ngestures: list<element: string>\n child 0, element: string",
51
+ "schema_fields": [
52
+ {
53
+ "name": "video_id",
54
+ "nullable": true,
55
+ "type": "string"
56
+ },
57
+ {
58
+ "name": "experience_idx",
59
+ "nullable": true,
60
+ "type": "int32"
61
+ },
62
+ {
63
+ "name": "start_ms",
64
+ "nullable": true,
65
+ "type": "int64"
66
+ },
67
+ {
68
+ "name": "end_ms",
69
+ "nullable": true,
70
+ "type": "int64"
71
+ },
72
+ {
73
+ "name": "second_start_idx",
74
+ "nullable": true,
75
+ "type": "int32"
76
+ },
77
+ {
78
+ "name": "second_end_idx",
79
+ "nullable": true,
80
+ "type": "int32"
81
+ },
82
+ {
83
+ "name": "statements",
84
+ "nullable": true,
85
+ "type": "list<element: string>"
86
+ },
87
+ {
88
+ "name": "gestures",
89
+ "nullable": true,
90
+ "type": "list<element: string>"
91
+ }
92
+ ],
93
+ "schema_mismatch": false,
94
+ "shard_sample": [
95
+ "/Volumes/Data/NexusDataset/experiences-00000-of-00106.parquet",
96
+ "/Volumes/Data/NexusDataset/experiences-00001-of-00106.parquet",
97
+ "/Volumes/Data/NexusDataset/experiences-00002-of-00106.parquet",
98
+ "/Volumes/Data/NexusDataset/experiences-00003-of-00106.parquet",
99
+ "/Volumes/Data/NexusDataset/experiences-00004-of-00106.parquet"
100
+ ],
101
+ "shards": 106,
102
+ "total_bytes": 8470527
103
+ },
104
+ "frames": {
105
+ "rows": 15781125,
106
+ "sample_row": {
107
+ "frame_idx": 0,
108
+ "frame_time_ms": 0,
109
+ "image": {
110
+ "bytes": {
111
+ "__bytes__": 1600,
112
+ "head_hex": "ffd8ffe000104a4649460001"
113
+ },
114
+ "path": null
115
+ },
116
+ "video_id": "-0jcDYcjAuI"
117
+ },
118
+ "schema": "video_id: string\nframe_idx: int64\nframe_time_ms: int64\nimage: struct<bytes: binary, path: string>\n child 0, bytes: binary\n child 1, path: string",
119
+ "schema_fields": [
120
+ {
121
+ "name": "video_id",
122
+ "nullable": true,
123
+ "type": "string"
124
+ },
125
+ {
126
+ "name": "frame_idx",
127
+ "nullable": true,
128
+ "type": "int64"
129
+ },
130
+ {
131
+ "name": "frame_time_ms",
132
+ "nullable": true,
133
+ "type": "int64"
134
+ },
135
+ {
136
+ "name": "image",
137
+ "nullable": true,
138
+ "type": "struct<bytes: binary, path: string>"
139
+ }
140
+ ],
141
+ "schema_mismatch": false,
142
+ "shard_sample": [
143
+ "/Volumes/Data/NexusDataset/frames-00000-of-00106.parquet",
144
+ "/Volumes/Data/NexusDataset/frames-00001-of-00106.parquet",
145
+ "/Volumes/Data/NexusDataset/frames-00002-of-00106.parquet",
146
+ "/Volumes/Data/NexusDataset/frames-00003-of-00106.parquet",
147
+ "/Volumes/Data/NexusDataset/frames-00004-of-00106.parquet"
148
+ ],
149
+ "shards": 106,
150
+ "total_bytes": 509695327843
151
+ },
152
+ "meta": {
153
+ "rows": 1999,
154
+ "sample_row": {
155
+ "content_fine_category": "Space Missions",
156
+ "content_metadata": "{\"characterList\": [{\"characterId\": \"1\", \"description\": \"We only hear the voice of the pilot who is controlling the space shuttle. We cannot see him.\", \"name\": \"Pilot\"}, {\"characterId\": \"2\", \"description\": \"We only hear the voice of the tower operator, who is coordinating the landing. We cannot see him.\", \"name\": \"Tower Operator\"}], \"description\": \"A detailed analysis of the landing sequence of Space Shuttle Atlantis, including character details, scene breakdown, thematic elements, and trimming suggestions.\", \"fps\": 29.97, \"qAndA\": [{\"answer\": \"The pilot executes a pre-flare maneuver, a slight upward adjustment to the shuttle's trajectory just before touching down.\", \"question\": \"What maneuver does the pilot execute just before landing?\"}, {\"answer\": \"The space shuttle uses a drag chute to assist with deceleration upon landing.\", \"question\": \"What method does the space shuttle use to slow down on the runway?\"}, {\"answer\": \"The transition to black and white evokes a sense of nostalgia and a bittersweet feeling of finality, reflecting the end of an era.\", \"question\": \"What emotional tone does the transition to black and white imagery convey?\"}, {\"answer\": \"The pilot emphasizes that the spirit of exploration will continue, despite the conclusion of the space shuttle program. He implies that America's journey in space is far from over.\", \"question\": \"What message does the pilot convey in his final statement?\"}, {\"answer\": \"The pilot's tribute to Columbia, Challenger, Discovery, and Endeavour acknowledges the sacrifices made in the pursuit of space exploration and honors the legacy of the entire program. It also underscores the collective effort and shared history that have shaped America's spacefaring identity.\", \"question\": \"What symbolic meaning can be attributed to the pilot's tribute to the previous space shuttles?\"}], \"scenes\": [{\"activities\": [{\"description\": \"Space shuttle landing\", \"timestamp\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:00:00.000\"}}, {\"description\": \"Deploying drag chute\", \"timestamp\": {\"end_timestamp\": \"00:00:29.997\", \"start_timestamp\": \"00:00:29.997\"}}, {\"description\": \"Lowering nose gear\", \"timestamp\": {\"end_timestamp\": \"00:00:35.002\", \"start_timestamp\": \"00:00:35.002\"}}, {\"description\": \"Engaging brakes\", \"timestamp\": {\"end_timestamp\": \"00:00:41.008\", \"start_timestamp\": \"00:00:41.008\"}}, {\"description\": \"Crew communication with tower\", \"timestamp\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:01:25.986\"}}], \"audioVisualCorrelation\": 0.7, \"cast\": [\"Pilot\", \"Tower Operator\"], \"characterInteraction\": [{\"characters\": [\"Pilot\", \"Tower Operator\"], \"description\": \"The pilot and the tower operator engage in a heartfelt conversation, reflecting on the legacy of the space shuttle program and expressing their emotions.\"}], \"contextualRelevance\": \"The shift to black and white visuals symbolizes the end of an era, suggesting nostalgia and a sense of loss. The pilot's statement 'America is not going to stop exploring' signifies the ongoing spirit of human curiosity and the pursuit of knowledge.\", \"dynamismScore\": 0.6, \"mood\": {\"description\": \"Proud\", \"keyMoments\": [{\"changeDescription\": \"Transition from color to black and white signifies a shift to reflection and nostalgia.\", \"timestamp\": \"00:02:05.993\"}]}, \"narrativeProgression\": [{\"description\": \"The scene begins with the space shuttle making its final approach for landing.\", \"timestamp\": \"00:00:00.000\"}, {\"description\": \"The crew communicates with the tower, confirming a successful landing.\", \"timestamp\": \"00:01:25.986\"}, {\"description\": \"The tower operator congratulates the crew and acknowledges the historical significance of the event.\", \"timestamp\": \"00:01:34.995\"}, {\"description\": \"The pilot pays tribute to all the space shuttles and thanks them for their service.\", \"timestamp\": \"00:02:13.000\"}, {\"description\": \"The tower operator expresses similar sentiments and highlights the continued spirit of exploration in America.\", \"timestamp\": \"00:02:25.012\"}], \"props\": [{\"name\": \"Space Shuttle Atlantis\", \"timestamp\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:00:00.000\"}}, {\"name\": \"Drag chute\", \"timestamp\": {\"end_timestamp\": \"00:00:40.007\", \"start_timestamp\": \"00:00:29.997\"}}, {\"name\": \"Runway\", \"timestamp\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:00:16.016\"}}], \"sceneId\": 1, \"thematicElements\": \"The scene celebrates the achievements of the space shuttle program and its impact on the human understanding of the universe. It also emphasizes the dedication and hard work of countless individuals who made this endeavor possible.\", \"timestamps\": {\"end_timestamp\": \"00:02:34.054\", \"start_timestamp\": \"00:00:00.000\"}, \"title\": \"Landing of Space Shuttle Atlantis\", \"videoEditingDetails\": [{\"description\": \"Transition: Fade to black\", \"timestamps\": {\"end_timestamp\": \"00:00:09.009\", \"start_timestamp\": \"00:00:08.008\"}}, {\"description\": \"Transition: Fade in\", \"timestamps\": {\"end_timestamp\": \"00:00:10.010\", \"start_timestamp\": \"00:00:09.009\"}}, {\"description\": \"Transition: Cut to black and white\", \"timestamps\": {\"end_timestamp\": \"00:02:05.993\", \"start_timestamp\": \"00:02:05.993\"}}]}], \"storylines\": {\"climax\": {\"description\": \"Touchdown and confirmation of successful landing\", \"timestamp\": \"00:01:25.986\"}, \"description\": \"Final Landing of Space Shuttle Atlantis\", \"scenes\": [1]}, \"title\": \"Space Shuttle Atlantis Landing Analysis\", \"trimmingSuggestions\": [{\"description\": \"The scene could be made more dynamic by trimming the extended dialogue at the end. While the sentiments expressed are meaningful, they could be condensed to maintain audience engagement.\", \"timestamps\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:01:59.987\"}}]}",
157
+ "content_parent_category": "Science & Technology",
158
+ "duration_ms": 154000,
159
+ "original_json_filename": "-0jcDYcjAuI.json",
160
+ "original_video_filename": "-0jcDYcjAuI.mp4",
161
+ "resolution": "640x360",
162
+ "text_to_speech_word_count": "217",
163
+ "video_id": "-0jcDYcjAuI",
164
+ "youtube_age_limit": "0",
165
+ "youtube_categories": "[\"Science & Technology\"]",
166
+ "youtube_channel": "Creative Commons Collection",
167
+ "youtube_channel_follower_count": "13",
168
+ "youtube_comment_count": "0",
169
+ "youtube_description": "Atlantis lands at NASA's Kennedy Space Center before dawn on July 21, 2011, wrapping up the mission of the space shuttle program.",
170
+ "youtube_like_count": "0",
171
+ "youtube_tags": "[\"Space Shuttle Atlantis (Spacecraft)\", \"Astronomy (Field Of Study)\"]",
172
+ "youtube_title": "Atlantis Lands, Completing Final Shuttle Mission",
173
+ "youtube_upload_date": "20150324",
174
+ "youtube_view_count": "4"
175
+ },
176
+ "schema": "video_id: string\nduration_ms: int64\ncontent_fine_category: string\ncontent_metadata: string\ncontent_parent_category: string\noriginal_json_filename: string\noriginal_video_filename: string\nresolution: string\ntext_to_speech_word_count: string\nyoutube_age_limit: string\nyoutube_categories: string\nyoutube_channel: string\nyoutube_channel_follower_count: string\nyoutube_comment_count: string\nyoutube_description: string\nyoutube_like_count: string\nyoutube_tags: string\nyoutube_title: string\nyoutube_upload_date: string\nyoutube_view_count: string",
177
+ "schema_fields": [
178
+ {
179
+ "name": "video_id",
180
+ "nullable": true,
181
+ "type": "string"
182
+ },
183
+ {
184
+ "name": "duration_ms",
185
+ "nullable": true,
186
+ "type": "int64"
187
+ },
188
+ {
189
+ "name": "content_fine_category",
190
+ "nullable": true,
191
+ "type": "string"
192
+ },
193
+ {
194
+ "name": "content_metadata",
195
+ "nullable": true,
196
+ "type": "string"
197
+ },
198
+ {
199
+ "name": "content_parent_category",
200
+ "nullable": true,
201
+ "type": "string"
202
+ },
203
+ {
204
+ "name": "original_json_filename",
205
+ "nullable": true,
206
+ "type": "string"
207
+ },
208
+ {
209
+ "name": "original_video_filename",
210
+ "nullable": true,
211
+ "type": "string"
212
+ },
213
+ {
214
+ "name": "resolution",
215
+ "nullable": true,
216
+ "type": "string"
217
+ },
218
+ {
219
+ "name": "text_to_speech_word_count",
220
+ "nullable": true,
221
+ "type": "string"
222
+ },
223
+ {
224
+ "name": "youtube_age_limit",
225
+ "nullable": true,
226
+ "type": "string"
227
+ },
228
+ {
229
+ "name": "youtube_categories",
230
+ "nullable": true,
231
+ "type": "string"
232
+ },
233
+ {
234
+ "name": "youtube_channel",
235
+ "nullable": true,
236
+ "type": "string"
237
+ },
238
+ {
239
+ "name": "youtube_channel_follower_count",
240
+ "nullable": true,
241
+ "type": "string"
242
+ },
243
+ {
244
+ "name": "youtube_comment_count",
245
+ "nullable": true,
246
+ "type": "string"
247
+ },
248
+ {
249
+ "name": "youtube_description",
250
+ "nullable": true,
251
+ "type": "string"
252
+ },
253
+ {
254
+ "name": "youtube_like_count",
255
+ "nullable": true,
256
+ "type": "string"
257
+ },
258
+ {
259
+ "name": "youtube_tags",
260
+ "nullable": true,
261
+ "type": "string"
262
+ },
263
+ {
264
+ "name": "youtube_title",
265
+ "nullable": true,
266
+ "type": "string"
267
+ },
268
+ {
269
+ "name": "youtube_upload_date",
270
+ "nullable": true,
271
+ "type": "string"
272
+ },
273
+ {
274
+ "name": "youtube_view_count",
275
+ "nullable": true,
276
+ "type": "string"
277
+ }
278
+ ],
279
+ "schema_mismatch": false,
280
+ "shard_sample": [
281
+ "/Volumes/Data/NexusDataset/meta-00000-of-00106.parquet",
282
+ "/Volumes/Data/NexusDataset/meta-00001-of-00106.parquet",
283
+ "/Volumes/Data/NexusDataset/meta-00002-of-00106.parquet",
284
+ "/Volumes/Data/NexusDataset/meta-00003-of-00106.parquet",
285
+ "/Volumes/Data/NexusDataset/meta-00004-of-00106.parquet"
286
+ ],
287
+ "shards": 106,
288
+ "total_bytes": 26087577
289
+ },
290
+ "minutes": {
291
+ "rows": 10317,
292
+ "sample_row": {
293
+ "actions": [],
294
+ "end_ms": 60000,
295
+ "experience_end_idx": 5,
296
+ "experience_start_idx": 0,
297
+ "minute_idx": 0,
298
+ "start_ms": 0,
299
+ "video_id": "-0jcDYcjAuI"
300
+ },
301
+ "schema": "video_id: string\nminute_idx: int32\nstart_ms: int64\nend_ms: int64\nexperience_start_idx: int32\nexperience_end_idx: int32\nactions: list<element: string>\n child 0, element: string",
302
+ "schema_fields": [
303
+ {
304
+ "name": "video_id",
305
+ "nullable": true,
306
+ "type": "string"
307
+ },
308
+ {
309
+ "name": "minute_idx",
310
+ "nullable": true,
311
+ "type": "int32"
312
+ },
313
+ {
314
+ "name": "start_ms",
315
+ "nullable": true,
316
+ "type": "int64"
317
+ },
318
+ {
319
+ "name": "end_ms",
320
+ "nullable": true,
321
+ "type": "int64"
322
+ },
323
+ {
324
+ "name": "experience_start_idx",
325
+ "nullable": true,
326
+ "type": "int32"
327
+ },
328
+ {
329
+ "name": "experience_end_idx",
330
+ "nullable": true,
331
+ "type": "int32"
332
+ },
333
+ {
334
+ "name": "actions",
335
+ "nullable": true,
336
+ "type": "list<element: string>"
337
+ }
338
+ ],
339
+ "schema_mismatch": false,
340
+ "shard_sample": [
341
+ "/Volumes/Data/NexusDataset/minutes-00000-of-00106.parquet",
342
+ "/Volumes/Data/NexusDataset/minutes-00001-of-00106.parquet",
343
+ "/Volumes/Data/NexusDataset/minutes-00002-of-00106.parquet",
344
+ "/Volumes/Data/NexusDataset/minutes-00003-of-00106.parquet",
345
+ "/Volumes/Data/NexusDataset/minutes-00004-of-00106.parquet"
346
+ ],
347
+ "shards": 106,
348
+ "total_bytes": 3108903
349
+ },
350
+ "moments": {
351
+ "rows": 5724600,
352
+ "sample_row": {
353
+ "end_ms": 100,
354
+ "moment_idx": 0,
355
+ "phoneme": null,
356
+ "slice_end_idx": 9,
357
+ "slice_start_idx": 0,
358
+ "start_ms": 0,
359
+ "video_id": "-0jcDYcjAuI"
360
+ },
361
+ "schema": "video_id: string\nmoment_idx: int32\nstart_ms: int64\nend_ms: int64\nslice_start_idx: int32\nslice_end_idx: int32\nphoneme: string",
362
+ "schema_fields": [
363
+ {
364
+ "name": "video_id",
365
+ "nullable": true,
366
+ "type": "string"
367
+ },
368
+ {
369
+ "name": "moment_idx",
370
+ "nullable": true,
371
+ "type": "int32"
372
+ },
373
+ {
374
+ "name": "start_ms",
375
+ "nullable": true,
376
+ "type": "int64"
377
+ },
378
+ {
379
+ "name": "end_ms",
380
+ "nullable": true,
381
+ "type": "int64"
382
+ },
383
+ {
384
+ "name": "slice_start_idx",
385
+ "nullable": true,
386
+ "type": "int32"
387
+ },
388
+ {
389
+ "name": "slice_end_idx",
390
+ "nullable": true,
391
+ "type": "int32"
392
+ },
393
+ {
394
+ "name": "phoneme",
395
+ "nullable": true,
396
+ "type": "string"
397
+ }
398
+ ],
399
+ "schema_mismatch": false,
400
+ "shard_sample": [
401
+ "/Volumes/Data/NexusDataset/moments-00000-of-00106.parquet",
402
+ "/Volumes/Data/NexusDataset/moments-00001-of-00106.parquet",
403
+ "/Volumes/Data/NexusDataset/moments-00002-of-00106.parquet",
404
+ "/Volumes/Data/NexusDataset/moments-00003-of-00106.parquet",
405
+ "/Volumes/Data/NexusDataset/moments-00004-of-00106.parquet"
406
+ ],
407
+ "shards": 106,
408
+ "total_bytes": 106752880
409
+ },
410
+ "seconds": {
411
+ "rows": 572460,
412
+ "sample_row": {
413
+ "end_ms": 1000,
414
+ "moment_end_idx": 9,
415
+ "moment_start_idx": 0,
416
+ "second_idx": 0,
417
+ "start_ms": 0,
418
+ "video_id": "-0jcDYcjAuI",
419
+ "words": []
420
+ },
421
+ "schema": "video_id: string\nsecond_idx: int32\nstart_ms: int64\nend_ms: int64\nmoment_start_idx: int32\nmoment_end_idx: int32\nwords: list<element: string>\n child 0, element: string",
422
+ "schema_fields": [
423
+ {
424
+ "name": "video_id",
425
+ "nullable": true,
426
+ "type": "string"
427
+ },
428
+ {
429
+ "name": "second_idx",
430
+ "nullable": true,
431
+ "type": "int32"
432
+ },
433
+ {
434
+ "name": "start_ms",
435
+ "nullable": true,
436
+ "type": "int64"
437
+ },
438
+ {
439
+ "name": "end_ms",
440
+ "nullable": true,
441
+ "type": "int64"
442
+ },
443
+ {
444
+ "name": "moment_start_idx",
445
+ "nullable": true,
446
+ "type": "int32"
447
+ },
448
+ {
449
+ "name": "moment_end_idx",
450
+ "nullable": true,
451
+ "type": "int32"
452
+ },
453
+ {
454
+ "name": "words",
455
+ "nullable": true,
456
+ "type": "list<element: string>"
457
+ }
458
+ ],
459
+ "schema_mismatch": false,
460
+ "shard_sample": [
461
+ "/Volumes/Data/NexusDataset/seconds-00000-of-00106.parquet",
462
+ "/Volumes/Data/NexusDataset/seconds-00001-of-00106.parquet",
463
+ "/Volumes/Data/NexusDataset/seconds-00002-of-00106.parquet",
464
+ "/Volumes/Data/NexusDataset/seconds-00003-of-00106.parquet",
465
+ "/Volumes/Data/NexusDataset/seconds-00004-of-00106.parquet"
466
+ ],
467
+ "shards": 106,
468
+ "total_bytes": 16658651
469
+ },
470
+ "slices": {
471
+ "rows": 57246000,
472
+ "sample_row": {
473
+ "audio_l_pcm16": {
474
+ "__bytes__": 320,
475
+ "head_hex": "000000000000000000000000"
476
+ },
477
+ "audio_r_pcm16": {
478
+ "__bytes__": 320,
479
+ "head_hex": "000000000000000000000000"
480
+ },
481
+ "baro": null,
482
+ "data": null,
483
+ "experience_idx": 0,
484
+ "frame_idx": 0,
485
+ "gps": null,
486
+ "humidity": null,
487
+ "imu": null,
488
+ "is_video_end": false,
489
+ "is_video_start": true,
490
+ "lidar": null,
491
+ "minute_idx": 0,
492
+ "moment_idx": 0,
493
+ "ranges": null,
494
+ "screen": null,
495
+ "second_idx": 0,
496
+ "slice_idx": 0,
497
+ "start_ms": 0,
498
+ "temp": null,
499
+ "text": null,
500
+ "video_id": "-0jcDYcjAuI"
501
+ },
502
+ "schema": "video_id: string\nslice_idx: int32\nstart_ms: int64\naudio_l_pcm16: fixed_size_binary[320]\naudio_r_pcm16: fixed_size_binary[320]\nframe_idx: int64\nmoment_idx: int32\nsecond_idx: int32\nexperience_idx: int32\nminute_idx: int32\ntext: string\nimu: list<element: list<element: float>>\n child 0, element: list<element: float>\n child 0, element: float\ngps: list<element: double>\n child 0, element: double\ntemp: float\nhumidity: float\nbaro: float\nlidar: string\nranges: list<element: float>\n child 0, element: float\nscreen: string\ndata: string\nis_video_start: bool\nis_video_end: bool",
503
+ "schema_fields": [
504
+ {
505
+ "name": "video_id",
506
+ "nullable": true,
507
+ "type": "string"
508
+ },
509
+ {
510
+ "name": "slice_idx",
511
+ "nullable": true,
512
+ "type": "int32"
513
+ },
514
+ {
515
+ "name": "start_ms",
516
+ "nullable": true,
517
+ "type": "int64"
518
+ },
519
+ {
520
+ "name": "audio_l_pcm16",
521
+ "nullable": true,
522
+ "type": "fixed_size_binary[320]"
523
+ },
524
+ {
525
+ "name": "audio_r_pcm16",
526
+ "nullable": true,
527
+ "type": "fixed_size_binary[320]"
528
+ },
529
+ {
530
+ "name": "frame_idx",
531
+ "nullable": true,
532
+ "type": "int64"
533
+ },
534
+ {
535
+ "name": "moment_idx",
536
+ "nullable": true,
537
+ "type": "int32"
538
+ },
539
+ {
540
+ "name": "second_idx",
541
+ "nullable": true,
542
+ "type": "int32"
543
+ },
544
+ {
545
+ "name": "experience_idx",
546
+ "nullable": true,
547
+ "type": "int32"
548
+ },
549
+ {
550
+ "name": "minute_idx",
551
+ "nullable": true,
552
+ "type": "int32"
553
+ },
554
+ {
555
+ "name": "text",
556
+ "nullable": true,
557
+ "type": "string"
558
+ },
559
+ {
560
+ "name": "imu",
561
+ "nullable": true,
562
+ "type": "list<element: list<element: float>>"
563
+ },
564
+ {
565
+ "name": "gps",
566
+ "nullable": true,
567
+ "type": "list<element: double>"
568
+ },
569
+ {
570
+ "name": "temp",
571
+ "nullable": true,
572
+ "type": "float"
573
+ },
574
+ {
575
+ "name": "humidity",
576
+ "nullable": true,
577
+ "type": "float"
578
+ },
579
+ {
580
+ "name": "baro",
581
+ "nullable": true,
582
+ "type": "float"
583
+ },
584
+ {
585
+ "name": "lidar",
586
+ "nullable": true,
587
+ "type": "string"
588
+ },
589
+ {
590
+ "name": "ranges",
591
+ "nullable": true,
592
+ "type": "list<element: float>"
593
+ },
594
+ {
595
+ "name": "screen",
596
+ "nullable": true,
597
+ "type": "string"
598
+ },
599
+ {
600
+ "name": "data",
601
+ "nullable": true,
602
+ "type": "string"
603
+ },
604
+ {
605
+ "name": "is_video_start",
606
+ "nullable": true,
607
+ "type": "bool"
608
+ },
609
+ {
610
+ "name": "is_video_end",
611
+ "nullable": true,
612
+ "type": "bool"
613
+ }
614
+ ],
615
+ "schema_mismatch": false,
616
+ "shard_sample": [
617
+ "/Volumes/Data/NexusDataset/slices-00000-of-00106.parquet",
618
+ "/Volumes/Data/NexusDataset/slices-00001-of-00106.parquet",
619
+ "/Volumes/Data/NexusDataset/slices-00002-of-00106.parquet",
620
+ "/Volumes/Data/NexusDataset/slices-00003-of-00106.parquet",
621
+ "/Volumes/Data/NexusDataset/slices-00004-of-00106.parquet"
622
+ ],
623
+ "shards": 106,
624
+ "total_bytes": 31709322100
625
+ }
626
+ },
627
+ "tmp_shard_count": 0,
628
+ "tmp_shards": []
629
+ }
dataset_report.md ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Report
2
+
3
+ - Root: `/Volumes/Data/NexusDataset`
4
+ - Generated: `2025-12-28T05:30:25.793569+00:00`
5
+ - Finalized: `True`
6
+ - Processed videos: `1999`
7
+ - Pending videos: `0`
8
+ - Temp shards: `0`
9
+ - Video count: `1999`
10
+ - Duration ms (min/mean/max): `19000` / `281259` / `658000`
11
+
12
+ ## Tables
13
+
14
+ ### slices
15
+
16
+ - Shards: `106`
17
+ - Rows: `57246000`
18
+ - Size bytes: `31709322100`
19
+ - Schema mismatch: `False`
20
+
21
+ **Schema Fields**
22
+
23
+ - `video_id`: `string` (nullable=True)
24
+ - `slice_idx`: `int32` (nullable=True)
25
+ - `start_ms`: `int64` (nullable=True)
26
+ - `audio_l_pcm16`: `fixed_size_binary[320]` (nullable=True)
27
+ - `audio_r_pcm16`: `fixed_size_binary[320]` (nullable=True)
28
+ - `frame_idx`: `int64` (nullable=True)
29
+ - `moment_idx`: `int32` (nullable=True)
30
+ - `second_idx`: `int32` (nullable=True)
31
+ - `experience_idx`: `int32` (nullable=True)
32
+ - `minute_idx`: `int32` (nullable=True)
33
+ - `text`: `string` (nullable=True)
34
+ - `imu`: `list<element: list<element: float>>` (nullable=True)
35
+ - `gps`: `list<element: double>` (nullable=True)
36
+ - `temp`: `float` (nullable=True)
37
+ - `humidity`: `float` (nullable=True)
38
+ - `baro`: `float` (nullable=True)
39
+ - `lidar`: `string` (nullable=True)
40
+ - `ranges`: `list<element: float>` (nullable=True)
41
+ - `screen`: `string` (nullable=True)
42
+ - `data`: `string` (nullable=True)
43
+ - `is_video_start`: `bool` (nullable=True)
44
+ - `is_video_end`: `bool` (nullable=True)
45
+
46
+ **Sample Row**
47
+
48
+ ```json
49
+ {
50
+ "video_id": "-0jcDYcjAuI",
51
+ "slice_idx": 0,
52
+ "start_ms": 0,
53
+ "audio_l_pcm16": {
54
+ "__bytes__": 320,
55
+ "head_hex": "000000000000000000000000"
56
+ },
57
+ "audio_r_pcm16": {
58
+ "__bytes__": 320,
59
+ "head_hex": "000000000000000000000000"
60
+ },
61
+ "frame_idx": 0,
62
+ "moment_idx": 0,
63
+ "second_idx": 0,
64
+ "experience_idx": 0,
65
+ "minute_idx": 0,
66
+ "text": null,
67
+ "imu": null,
68
+ "gps": null,
69
+ "temp": null,
70
+ "humidity": null,
71
+ "baro": null,
72
+ "lidar": null,
73
+ "ranges": null,
74
+ "screen": null,
75
+ "data": null,
76
+ "is_video_start": true,
77
+ "is_video_end": false
78
+ }
79
+ ```
80
+
81
+ ### moments
82
+
83
+ - Shards: `106`
84
+ - Rows: `5724600`
85
+ - Size bytes: `106752880`
86
+ - Schema mismatch: `False`
87
+
88
+ **Schema Fields**
89
+
90
+ - `video_id`: `string` (nullable=True)
91
+ - `moment_idx`: `int32` (nullable=True)
92
+ - `start_ms`: `int64` (nullable=True)
93
+ - `end_ms`: `int64` (nullable=True)
94
+ - `slice_start_idx`: `int32` (nullable=True)
95
+ - `slice_end_idx`: `int32` (nullable=True)
96
+ - `phoneme`: `string` (nullable=True)
97
+
98
+ **Sample Row**
99
+
100
+ ```json
101
+ {
102
+ "video_id": "-0jcDYcjAuI",
103
+ "moment_idx": 0,
104
+ "start_ms": 0,
105
+ "end_ms": 100,
106
+ "slice_start_idx": 0,
107
+ "slice_end_idx": 9,
108
+ "phoneme": null
109
+ }
110
+ ```
111
+
112
+ ### seconds
113
+
114
+ - Shards: `106`
115
+ - Rows: `572460`
116
+ - Size bytes: `16658651`
117
+ - Schema mismatch: `False`
118
+
119
+ **Schema Fields**
120
+
121
+ - `video_id`: `string` (nullable=True)
122
+ - `second_idx`: `int32` (nullable=True)
123
+ - `start_ms`: `int64` (nullable=True)
124
+ - `end_ms`: `int64` (nullable=True)
125
+ - `moment_start_idx`: `int32` (nullable=True)
126
+ - `moment_end_idx`: `int32` (nullable=True)
127
+ - `words`: `list<element: string>` (nullable=True)
128
+
129
+ **Sample Row**
130
+
131
+ ```json
132
+ {
133
+ "video_id": "-0jcDYcjAuI",
134
+ "second_idx": 0,
135
+ "start_ms": 0,
136
+ "end_ms": 1000,
137
+ "moment_start_idx": 0,
138
+ "moment_end_idx": 9,
139
+ "words": []
140
+ }
141
+ ```
142
+
143
+ ### experiences
144
+
145
+ - Shards: `106`
146
+ - Rows: `57246`
147
+ - Size bytes: `8470527`
148
+ - Schema mismatch: `False`
149
+
150
+ **Schema Fields**
151
+
152
+ - `video_id`: `string` (nullable=True)
153
+ - `experience_idx`: `int32` (nullable=True)
154
+ - `start_ms`: `int64` (nullable=True)
155
+ - `end_ms`: `int64` (nullable=True)
156
+ - `second_start_idx`: `int32` (nullable=True)
157
+ - `second_end_idx`: `int32` (nullable=True)
158
+ - `statements`: `list<element: string>` (nullable=True)
159
+ - `gestures`: `list<element: string>` (nullable=True)
160
+
161
+ **Sample Row**
162
+
163
+ ```json
164
+ {
165
+ "video_id": "-0jcDYcjAuI",
166
+ "experience_idx": 0,
167
+ "start_ms": 0,
168
+ "end_ms": 10000,
169
+ "second_start_idx": 0,
170
+ "second_end_idx": 9,
171
+ "statements": [
172
+ " The pre-flare maneuver executed."
173
+ ],
174
+ "gestures": []
175
+ }
176
+ ```
177
+
178
+ ### minutes
179
+
180
+ - Shards: `106`
181
+ - Rows: `10317`
182
+ - Size bytes: `3108903`
183
+ - Schema mismatch: `False`
184
+
185
+ **Schema Fields**
186
+
187
+ - `video_id`: `string` (nullable=True)
188
+ - `minute_idx`: `int32` (nullable=True)
189
+ - `start_ms`: `int64` (nullable=True)
190
+ - `end_ms`: `int64` (nullable=True)
191
+ - `experience_start_idx`: `int32` (nullable=True)
192
+ - `experience_end_idx`: `int32` (nullable=True)
193
+ - `actions`: `list<element: string>` (nullable=True)
194
+
195
+ **Sample Row**
196
+
197
+ ```json
198
+ {
199
+ "video_id": "-0jcDYcjAuI",
200
+ "minute_idx": 0,
201
+ "start_ms": 0,
202
+ "end_ms": 60000,
203
+ "experience_start_idx": 0,
204
+ "experience_end_idx": 5,
205
+ "actions": []
206
+ }
207
+ ```
208
+
209
+ ### frames
210
+
211
+ - Shards: `106`
212
+ - Rows: `15781125`
213
+ - Size bytes: `509695327843`
214
+ - Schema mismatch: `False`
215
+
216
+ **Schema Fields**
217
+
218
+ - `video_id`: `string` (nullable=True)
219
+ - `frame_idx`: `int64` (nullable=True)
220
+ - `frame_time_ms`: `int64` (nullable=True)
221
+ - `image`: `struct<bytes: binary, path: string>` (nullable=True)
222
+
223
+ **Sample Row**
224
+
225
+ ```json
226
+ {
227
+ "video_id": "-0jcDYcjAuI",
228
+ "frame_idx": 0,
229
+ "frame_time_ms": 0,
230
+ "image": {
231
+ "bytes": {
232
+ "__bytes__": 1600,
233
+ "head_hex": "ffd8ffe000104a4649460001"
234
+ },
235
+ "path": null
236
+ }
237
+ }
238
+ ```
239
+
240
+ ### meta
241
+
242
+ - Shards: `106`
243
+ - Rows: `1999`
244
+ - Size bytes: `26087577`
245
+ - Schema mismatch: `False`
246
+
247
+ **Schema Fields**
248
+
249
+ - `video_id`: `string` (nullable=True)
250
+ - `duration_ms`: `int64` (nullable=True)
251
+ - `content_fine_category`: `string` (nullable=True)
252
+ - `content_metadata`: `string` (nullable=True)
253
+ - `content_parent_category`: `string` (nullable=True)
254
+ - `original_json_filename`: `string` (nullable=True)
255
+ - `original_video_filename`: `string` (nullable=True)
256
+ - `resolution`: `string` (nullable=True)
257
+ - `text_to_speech_word_count`: `string` (nullable=True)
258
+ - `youtube_age_limit`: `string` (nullable=True)
259
+ - `youtube_categories`: `string` (nullable=True)
260
+ - `youtube_channel`: `string` (nullable=True)
261
+ - `youtube_channel_follower_count`: `string` (nullable=True)
262
+ - `youtube_comment_count`: `string` (nullable=True)
263
+ - `youtube_description`: `string` (nullable=True)
264
+ - `youtube_like_count`: `string` (nullable=True)
265
+ - `youtube_tags`: `string` (nullable=True)
266
+ - `youtube_title`: `string` (nullable=True)
267
+ - `youtube_upload_date`: `string` (nullable=True)
268
+ - `youtube_view_count`: `string` (nullable=True)
269
+
270
+ **Sample Row**
271
+
272
+ ```json
273
+ {
274
+ "video_id": "-0jcDYcjAuI",
275
+ "duration_ms": 154000,
276
+ "content_fine_category": "Space Missions",
277
+ "content_metadata": "{\"characterList\": [{\"characterId\": \"1\", \"description\": \"We only hear the voice of the pilot who is controlling the space shuttle. We cannot see him.\", \"name\": \"Pilot\"}, {\"characterId\": \"2\", \"description\": \"We only hear the voice of the tower operator, who is coordinating the landing. We cannot see him.\", \"name\": \"Tower Operator\"}], \"description\": \"A detailed analysis of the landing sequence of Space Shuttle Atlantis, including character details, scene breakdown, thematic elements, and trimming suggestions.\", \"fps\": 29.97, \"qAndA\": [{\"answer\": \"The pilot executes a pre-flare maneuver, a slight upward adjustment to the shuttle's trajectory just before touching down.\", \"question\": \"What maneuver does the pilot execute just before landing?\"}, {\"answer\": \"The space shuttle uses a drag chute to assist with deceleration upon landing.\", \"question\": \"What method does the space shuttle use to slow down on the runway?\"}, {\"answer\": \"The transition to black and white evokes a sense of nostalgia and a bittersweet feeling of finality, reflecting the end of an era.\", \"question\": \"What emotional tone does the transition to black and white imagery convey?\"}, {\"answer\": \"The pilot emphasizes that the spirit of exploration will continue, despite the conclusion of the space shuttle program. He implies that America's journey in space is far from over.\", \"question\": \"What message does the pilot convey in his final statement?\"}, {\"answer\": \"The pilot's tribute to Columbia, Challenger, Discovery, and Endeavour acknowledges the sacrifices made in the pursuit of space exploration and honors the legacy of the entire program. It also underscores the collective effort and shared history that have shaped America's spacefaring identity.\", \"question\": \"What symbolic meaning can be attributed to the pilot's tribute to the previous space shuttles?\"}], \"scenes\": [{\"activities\": [{\"description\": \"Space shuttle landing\", \"timestamp\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:00:00.000\"}}, {\"description\": \"Deploying drag chute\", \"timestamp\": {\"end_timestamp\": \"00:00:29.997\", \"start_timestamp\": \"00:00:29.997\"}}, {\"description\": \"Lowering nose gear\", \"timestamp\": {\"end_timestamp\": \"00:00:35.002\", \"start_timestamp\": \"00:00:35.002\"}}, {\"description\": \"Engaging brakes\", \"timestamp\": {\"end_timestamp\": \"00:00:41.008\", \"start_timestamp\": \"00:00:41.008\"}}, {\"description\": \"Crew communication with tower\", \"timestamp\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:01:25.986\"}}], \"audioVisualCorrelation\": 0.7, \"cast\": [\"Pilot\", \"Tower Operator\"], \"characterInteraction\": [{\"characters\": [\"Pilot\", \"Tower Operator\"], \"description\": \"The pilot and the tower operator engage in a heartfelt conversation, reflecting on the legacy of the space shuttle program and expressing their emotions.\"}], \"contextualRelevance\": \"The shift to black and white visuals symbolizes the end of an era, suggesting nostalgia and a sense of loss. The pilot's statement 'America is not going to stop exploring' signifies the ongoing spirit of human curiosity and the pursuit of knowledge.\", \"dynamismScore\": 0.6, \"mood\": {\"description\": \"Proud\", \"keyMoments\": [{\"changeDescription\": \"Transition from color to black and white signifies a shift to reflection and nostalgia.\", \"timestamp\": \"00:02:05.993\"}]}, \"narrativeProgression\": [{\"description\": \"The scene begins with the space shuttle making its final approach for landing.\", \"timestamp\": \"00:00:00.000\"}, {\"description\": \"The crew communicates with the tower, confirming a successful landing.\", \"timestamp\": \"00:01:25.986\"}, {\"description\": \"The tower operator congratulates the crew and acknowledges the historical significance of the event.\", \"timestamp\": \"00:01:34.995\"}, {\"description\": \"The pilot pays tribute to all the space shuttles and thanks them for their service.\", \"timestamp\": \"00:02:13.000\"}, {\"description\": \"The tower operator expresses similar sentiments and highlights the continued spirit of exploration in America.\", \"timestamp\": \"00:02:25.012\"}], \"props\": [{\"name\": \"Space Shuttle Atlantis\", \"timestamp\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:00:00.000\"}}, {\"name\": \"Drag chute\", \"timestamp\": {\"end_timestamp\": \"00:00:40.007\", \"start_timestamp\": \"00:00:29.997\"}}, {\"name\": \"Runway\", \"timestamp\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:00:16.016\"}}], \"sceneId\": 1, \"thematicElements\": \"The scene celebrates the achievements of the space shuttle program and its impact on the human understanding of the universe. It also emphasizes the dedication and hard work of countless individuals who made this endeavor possible.\", \"timestamps\": {\"end_timestamp\": \"00:02:34.054\", \"start_timestamp\": \"00:00:00.000\"}, \"title\": \"Landing of Space Shuttle Atlantis\", \"videoEditingDetails\": [{\"description\": \"Transition: Fade to black\", \"timestamps\": {\"end_timestamp\": \"00:00:09.009\", \"start_timestamp\": \"00:00:08.008\"}}, {\"description\": \"Transition: Fade in\", \"timestamps\": {\"end_timestamp\": \"00:00:10.010\", \"start_timestamp\": \"00:00:09.009\"}}, {\"description\": \"Transition: Cut to black and white\", \"timestamps\": {\"end_timestamp\": \"00:02:05.993\", \"start_timestamp\": \"00:02:05.993\"}}]}], \"storylines\": {\"climax\": {\"description\": \"Touchdown and confirmation of successful landing\", \"timestamp\": \"00:01:25.986\"}, \"description\": \"Final Landing of Space Shuttle Atlantis\", \"scenes\": [1]}, \"title\": \"Space Shuttle Atlantis Landing Analysis\", \"trimmingSuggestions\": [{\"description\": \"The scene could be made more dynamic by trimming the extended dialogue at the end. While the sentiments expressed are meaningful, they could be condensed to maintain audience engagement.\", \"timestamps\": {\"end_timestamp\": \"00:02:33.987\", \"start_timestamp\": \"00:01:59.987\"}}]}",
278
+ "content_parent_category": "Science & Technology",
279
+ "original_json_filename": "-0jcDYcjAuI.json",
280
+ "original_video_filename": "-0jcDYcjAuI.mp4",
281
+ "resolution": "640x360",
282
+ "text_to_speech_word_count": "217",
283
+ "youtube_age_limit": "0",
284
+ "youtube_categories": "[\"Science & Technology\"]",
285
+ "youtube_channel": "Creative Commons Collection",
286
+ "youtube_channel_follower_count": "13",
287
+ "youtube_comment_count": "0",
288
+ "youtube_description": "Atlantis lands at NASA's Kennedy Space Center before dawn on July 21, 2011, wrapping up the mission of the space shuttle program.",
289
+ "youtube_like_count": "0",
290
+ "youtube_tags": "[\"Space Shuttle Atlantis (Spacecraft)\", \"Astronomy (Field Of Study)\"]",
291
+ "youtube_title": "Atlantis Lands, Completing Final Shuttle Mission",
292
+ "youtube_upload_date": "20150324",
293
+ "youtube_view_count": "4"
294
+ }
295
+ ```
experiences-00000-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27885c76e1c6f280bcca5a20c7ded03a475707afc94230147d4233af897f8b69
3
+ size 99893
experiences-00001-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84006dd4d89cd5d09968588e671a0f73bff589c3564189d4eee7f863385e643
3
+ size 82652
experiences-00002-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9fcfda5fb77dd62784b4128a13bdfb476a3b4916c9fd8bfde7b67b5d485f1d4
3
+ size 86566
experiences-00003-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a046f4740731d3b6823185ec345c7f850d044e6438e076e08d4415060588eac9
3
+ size 83287
experiences-00004-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36eb77d0b6ff8782e4cbbf79fff14e1342321dde051d89f41a64dc33b9117745
3
+ size 77712
experiences-00005-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203a08c2af2d825782083c4b9c814913b5961718a4afaf8db06f627444a71733
3
+ size 80978
experiences-00006-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e6b7908ec888df9200bb8d53b47cd22a45c5726075b235a677dcb487d16be4e
3
+ size 81358
experiences-00007-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf90f73fff0fd4b1f35f9306af3f7638836aebdc6bce89dd533b59b813c119a
3
+ size 76940
experiences-00008-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efb1a0c935b4ee7bb27048cba283cdce839c0b42df34665e9c00a52fea61dc19
3
+ size 71490
experiences-00009-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9c2e314b1c0707829d28b46f1a4f1e34730a346fc644fafc741fcca8ab6f7f
3
+ size 75423
experiences-00010-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f00f3f68847f7bcb5fc04c86c081fb4886246a2226db8fb7ee6b02ffa80cd569
3
+ size 88580
experiences-00011-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd465f4ce3303e473e3bcb2674b20db6eac5d4d38862efbbb4c2610d4ab033e
3
+ size 93596
experiences-00012-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1364471a13a662ebcc39be313998be8ad7376f98f9f3c7fc1d311e0093c285e3
3
+ size 65865
experiences-00013-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c5af40a699d3dd2b270e820c4239758f83e0553ee4c9c597a0c31c048be231
3
+ size 79211
experiences-00014-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37abb0337b45fa8a323eef67ccc85596ce6032f2b6f9dd2bf8ebf626d8cffd32
3
+ size 91807
experiences-00015-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12f57650ac32b10ba2509fa686310ee5d3706cd334b108de6894c92ef34a3868
3
+ size 59885
experiences-00016-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43bebea6da79b0889954b33a09bcaa75b42b374ea9415ecf39f17d27a2459c9
3
+ size 46540
experiences-00017-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0060414c2d259e99863f8b39eb1087cd99e20c7f2c6337319c08195b90a84230
3
+ size 69185
experiences-00018-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42fa82df62c03d710576e68489ca25e7d6697155f7f9e352c2c1d28ad895f8d6
3
+ size 83215
experiences-00019-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c6dfc762608aea1a4b84828a67f87630b3150ccebde458e69d964617a2fc9e
3
+ size 105941
experiences-00020-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:885c2769b6fd24670243337d93ae36dd0f5ebf0ce6a12cfcb16877cf538f0b82
3
+ size 76534
experiences-00021-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a738d7fa1e9e59bd9fba9606476daefe1129f0b74020923d367957bbd64a9e3c
3
+ size 108303
experiences-00022-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ca1b6cf2f687b684db7c08b4915d2a8b109ea8edc40451180c98e63df4f8dd
3
+ size 87317
experiences-00023-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e8a15c98aec237272470dac0362ba7a75b9471ce3d855f0b92993549c4db7ce
3
+ size 83345
experiences-00024-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51f6f8ac3dec53d1809c4b0db39526f55bba6df52ac37b0549a6ffcefa01b36
3
+ size 82021
experiences-00025-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f65efd17a1fe684f999bad9b4cfcd50cf4654841a1c073386e53619bfabf9f
3
+ size 99875
experiences-00026-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad105873756ed461c818f3c45c97234d69c57a2ddd6ea81f35d5eee8c2ba69bd
3
+ size 80851
experiences-00027-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0aca7aa24f7af9cc9c00a8994ea1e155128760d5cff6ac09dc9a08324d7618
3
+ size 97110
experiences-00028-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb4dd51091d5122fcef0e69b6062f51cbe93f0383946d56dcfbac8af10466a10
3
+ size 70696
experiences-00029-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54053887264112f32d127937ad52704b11d96a4ab2793b8aa0f4e9c45ba3fc74
3
+ size 90997
experiences-00030-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1fdf41555240ed3509e32f595bec11b41c2fa81f14b9438da9b70037e6a138e
3
+ size 77022
experiences-00031-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3c0c21d1a0e403e5363bbeb2990eecd3194fe5a093a3e66cd055a81b6286855
3
+ size 83514
experiences-00032-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95f15e2bd37b6f2b6806376e7ee4d5372d744d32f015ff389de780358aed4415
3
+ size 67725
experiences-00033-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb0048cfe90ed67996fc31284f41d39b1b8e93255ab23b440cb4f913bf067ec
3
+ size 86163
experiences-00034-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24eb9c9ae38e0f3b35b0306e53a013068c3690a682e455f045ae1dcb7681b9f
3
+ size 55824
experiences-00035-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b4cd274aca5b2a5177c1c8df78db7ade6326be59c5e4ab417d53784be6953d
3
+ size 84582
experiences-00036-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08544cb970f868101cbc9256c12d4588270e9aa4c75a8c66e72af14016137d9d
3
+ size 66601
experiences-00037-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ad8a5b58778d7e594e4652cc621476b2c7705c14a77136d3ae56f9da672e16
3
+ size 94542
experiences-00038-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaf71162b246f6ac095ea72caef437d7c31f1a75b032fedc8b4819c2784c9a55
3
+ size 90808
experiences-00039-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1afd256d3c6b394ccea98ab19d86b26b1a1eb068865daf6930d44950e1506f19
3
+ size 95340
experiences-00040-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df7aa31651fe831c1cd1f07daa653c106c471a2e4df1161f33d710e797f1ccc7
3
+ size 66470
experiences-00041-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4500e686d7ef0aa016f6d1a4f789936f67eee07926f74bfc3ffce57b6752efd
3
+ size 67899
experiences-00042-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d44a552418c6356b15d548f32cd10ac0474fcebc992de538ab7e1c9523f63a
3
+ size 97891
experiences-00043-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2140a3441079155981f9f1f6b8ed11e05cd19c106840a9c0f6bc1c6de7342d27
3
+ size 86294
experiences-00044-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52f6c1362df126eacbab96ec13d8b6d24f6ea32566c0b54370440b4720202ccc
3
+ size 73920
experiences-00045-of-00106.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ab1a7e5ce4f93f7ee1ea8d5620a54d1e557dda17dd13df2987c7aeef82f555
3
+ size 69538