Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
CodeZzz commited on
Commit
50ed665
·
1 Parent(s): f7092c4

upload data

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +230 -3
  2. extract.py +107 -0
  3. meta_qa_en.txt +64 -0
  4. monetbench/test-00000-of-00005.parquet +3 -0
  5. monetbench/test-00001-of-00005.parquet +3 -0
  6. monetbench/test-00002-of-00005.parquet +3 -0
  7. monetbench/test-00003-of-00005.parquet +3 -0
  8. monetbench/test-00004-of-00005.parquet +3 -0
  9. regression/train-00000-of-00009.parquet +3 -0
  10. regression/train-00001-of-00009.parquet +3 -0
  11. regression/train-00002-of-00009.parquet +3 -0
  12. regression/train-00003-of-00009.parquet +3 -0
  13. regression/train-00004-of-00009.parquet +3 -0
  14. regression/train-00005-of-00009.parquet +3 -0
  15. regression/train-00006-of-00009.parquet +3 -0
  16. regression/train-00007-of-00009.parquet +3 -0
  17. regression/train-00008-of-00009.parquet +3 -0
  18. train/train-00000-of-00071.parquet +3 -0
  19. train/train-00001-of-00071.parquet +3 -0
  20. train/train-00002-of-00071.parquet +3 -0
  21. train/train-00003-of-00071.parquet +3 -0
  22. train/train-00004-of-00071.parquet +3 -0
  23. train/train-00005-of-00071.parquet +3 -0
  24. train/train-00006-of-00071.parquet +3 -0
  25. train/train-00007-of-00071.parquet +3 -0
  26. train/train-00008-of-00071.parquet +3 -0
  27. train/train-00009-of-00071.parquet +3 -0
  28. train/train-00010-of-00071.parquet +3 -0
  29. train/train-00011-of-00071.parquet +3 -0
  30. train/train-00012-of-00071.parquet +3 -0
  31. train/train-00013-of-00071.parquet +3 -0
  32. train/train-00014-of-00071.parquet +3 -0
  33. train/train-00015-of-00071.parquet +3 -0
  34. train/train-00016-of-00071.parquet +3 -0
  35. train/train-00017-of-00071.parquet +3 -0
  36. train/train-00018-of-00071.parquet +3 -0
  37. train/train-00019-of-00071.parquet +3 -0
  38. train/train-00020-of-00071.parquet +3 -0
  39. train/train-00021-of-00071.parquet +3 -0
  40. train/train-00022-of-00071.parquet +3 -0
  41. train/train-00023-of-00071.parquet +3 -0
  42. train/train-00024-of-00071.parquet +3 -0
  43. train/train-00025-of-00071.parquet +3 -0
  44. train/train-00026-of-00071.parquet +3 -0
  45. train/train-00027-of-00071.parquet +3 -0
  46. train/train-00028-of-00071.parquet +3 -0
  47. train/train-00029-of-00071.parquet +3 -0
  48. train/train-00030-of-00071.parquet +3 -0
  49. train/train-00031-of-00071.parquet +3 -0
  50. train/train-00032-of-00071.parquet +3 -0
README.md CHANGED
@@ -1,3 +1,230 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+
4
+ dataset_info:
5
+ features:
6
+ train:
7
+ - name: video
8
+ dtype: binary
9
+ - name: internal_id
10
+ dtype: string
11
+ - name: url
12
+ dtype: string
13
+ - name: annotation
14
+ struct:
15
+ - name: text_fit
16
+ dtype: int64
17
+ - name: composition_focus
18
+ dtype: int64
19
+ - name: focus
20
+ dtype: int64
21
+ - name: camera_movement_quality
22
+ dtype: int64
23
+ - name: color
24
+ dtype: int64
25
+ - name: shadow_correct
26
+ dtype: int64
27
+ - name: shadow_goodlooking
28
+ dtype: int64
29
+ - name: morphology_build
30
+ dtype: int64
31
+ - name: morphology_maintain
32
+ dtype: int64
33
+ - name: object_movement
34
+ dtype: int64
35
+ - name: camera_movement
36
+ dtype: int64
37
+ - name: movement_smoothing
38
+ dtype: int64
39
+ - name: movement_reality
40
+ dtype: int64
41
+ - name: clarity
42
+ dtype: int64
43
+ - name: quality
44
+ dtype: int64
45
+ - name: stability
46
+ dtype: int64
47
+ - name: detail
48
+ dtype: int64
49
+ - name: letter
50
+ dtype: int64
51
+ - name: physical_reality
52
+ dtype: int64
53
+ - name: harmful
54
+ dtype: int64
55
+ - name: harmful_degree
56
+ dtype: int64
57
+ - name: meta_result
58
+ dtype: sequence[int64]
59
+ - name: meta_mask
60
+ dtype: sequence[int64]
61
+
62
+ regression:
63
+ - name: internal_id
64
+ dtype: string
65
+ - name: prompt
66
+ dtype: string
67
+ - name: standard_answer
68
+ dtype: string
69
+ - name: file1
70
+ dtype: binary
71
+ - name: file2
72
+ dtype: binary
73
+
74
+ monetbench:
75
+ - name: internal_id
76
+ dtype: string
77
+ - name: prompt
78
+ dtype: string
79
+ - name: standard_answer
80
+ dtype: string
81
+ - name: file1
82
+ dtype: binary
83
+ - name: file2
84
+ dtype: binary
85
+
86
+ splits:
87
+ - name: train
88
+ num_examples: 40743
89
+ - name: regression
90
+ num_examples: 2260
91
+ - name: monetbench
92
+ num_examples: 1000
93
+ ---
94
+
95
+ # VRDB-Video
96
+
97
+ This dataset is a comprehensive collection of video evaluation data designed for multi-dimensional quality assessment of AI-generated videos. It encompasses annotations across 21 diverse aspects, including text-to-video consistency, aesthetic quality, motion dynamics, physical realism, and technical specifications.
98
+
99
+ The dataset is structured to facilitate both model training and standardized evaluation:
100
+ - `Train`: A primary training set with detailed multi-dimensional annotations
101
+ - `Regression`: A regression set with paired preference data
102
+ - `MonetBench`: A benchmark test set for standardized performance evaluation
103
+
104
+ This holistic approach enables the development and validation of sophisticated video quality assessment models that can evaluate AI-generated videos across multiple critical dimensions, moving beyond simple aesthetic judgments to encompass technical accuracy, semantic consistency, and dynamic performance.
105
+
106
+
107
+ ## Annotation Details
108
+
109
+ Each video in the dataset is annotated with the following attributes:
110
+
111
+ <table border="1" style="border-collapse: collapse;">
112
+ <tr>
113
+ <th>Dimension</th>
114
+ <th>Sub-dimension</th>
115
+ </tr>
116
+ <tr>
117
+ <td rowspan="2">Alignment</td>
118
+ <td>Text Fit</td>
119
+ </tr>
120
+ <tr>
121
+ <td>Text Accuracy</td>
122
+ </tr>
123
+ <tr>
124
+ <td rowspan="3">Composition</td>
125
+ <td>Composition Quality</td>
126
+ </tr>
127
+ <tr>
128
+ <td>Focus Effect</td>
129
+ </tr>
130
+ <tr>
131
+ <td>Camera Movement Artistry</td>
132
+ </tr>
133
+ <tr>
134
+ <td rowspan="3">Quality</td>
135
+ <td>Color Harmony</td>
136
+ </tr>
137
+ <tr>
138
+ <td>Shadow Technical Accuracy</td>
139
+ </tr>
140
+ <tr>
141
+ <td>Shadow Aesthetic Effect</td>
142
+ </tr>
143
+ <tr>
144
+ <td rowspan="2">Preservation</td>
145
+ <td>Initial Object Form</td>
146
+ </tr>
147
+ <tr>
148
+ <td>Form Consistency</td>
149
+ </tr>
150
+ <tr>
151
+ <td rowspan="3">Dynamic</td>
152
+ <td>Object Motion Level</td>
153
+ </tr>
154
+ <tr>
155
+ <td>Camera Motion Level</td>
156
+ </tr>
157
+ <tr>
158
+ <td>Motion Fluidity</td>
159
+ </tr>
160
+ <tr>
161
+ <td rowspan="4">Stability</td>
162
+ <td>Visual Clarity</td>
163
+ </tr>
164
+ <tr>
165
+ <td>Image Stability</td>
166
+ </tr>
167
+ <tr>
168
+ <td>Camera Stability</td>
169
+ </tr>
170
+ <tr>
171
+ <td>Motion Naturality</td>
172
+ </tr>
173
+ <tr>
174
+ <td rowspan="2">Fidelity</td>
175
+ <td>Detail Refinement</td>
176
+ </tr>
177
+ <tr>
178
+ <td>Physical Realism</td>
179
+ </tr>
180
+ <tr>
181
+ <td rowspan="2">Safety</td>
182
+ <td>Content Safety Type</td>
183
+ </tr>
184
+ <tr>
185
+ <td>Safety Level</td>
186
+ </tr>
187
+ </table>
188
+
189
+ ### Example: Camera Stability (cam_stable)
190
+ - **3:** Very stable
191
+ - **2:** Slight shake
192
+ - **1:** Heavy shake
193
+ - Note: When annotations are missing, the corresponding value will be set to **-1**.
194
+
195
+ For more detailed annotation guidelines, please refer to:
196
+
197
+ - [annotation_deatils](https://www.notion.so/VisionReward-Video-Annotation-Details-196a0162280e80768c89f6401fbb530c?pvs=4)
198
+ - [annotation_deatils_ch](https://www.notion.so/VisionReward-Video-196a0162280e80e7806af42fc5808c99?pvs=4)
199
+
200
+ ## Additional Feature Details
201
+ The dataset includes two special features: `annotation` and `meta_result`.
202
+
203
+ ### Annotation
204
+ The `annotation` feature contains scores across 21 different dimensions of image assessment, with each dimension having its own scoring criteria as detailed above.
205
+
206
+ ### Meta Result
207
+ The `meta_result` feature transforms multi-choice questions into a series of binary judgments. For example, for the `Camera Stability` dimension:
208
+
209
+ | Score | Is the camera very stable? | Is the camera not unstable? |
210
+ |-------|--------------------------|---------------------------|
211
+ | 3 | 1 | 1 |
212
+ | 2 | 0 | 1 |
213
+ | 1 | 0 | 0 |
214
+
215
+ - note: When the corresponding meta_result is -1 (It means missing annotation), the binary judgment should be excluded from consideration
216
+
217
+ Each element in the binary array represents a yes/no answer to a specific aspect of the assessment. For detailed questions corresponding to these binary judgments, please refer to the meta_qa_en.txt file.
218
+
219
+ ### Meta Mask
220
+ The `meta_mask` feature is used for balanced sampling during model training:
221
+ - Elements with value 1 indicate that the corresponding binary judgment was used in training
222
+ - Elements with value 0 indicate that the corresponding binary judgment was ignored during training
223
+
224
+ ## Data Processing
225
+
226
+ We provide `extract.py` for processing the `train` dataset into JSONL format. The script can optionally extract the balanced positive/negative QA pairs used in VisionReward training by processing `meta_result` and `meta_mask` fields.
227
+
228
+ ```bash
229
+ python extract.py [--save_imgs] [--process_qa]
230
+ ```
extract.py ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json
2
+ import os
3
+ import logging
4
+ import argparse
5
+ from datasets import Dataset
6
+ import io
7
+
8
+ # Configure logging for detailed output
9
+ logging.basicConfig(level=logging.INFO)
10
+ logger = logging.getLogger(__name__)
11
+
12
+ def load_questions_from_meta_qa(meta_qa_file):
13
+ with open(meta_qa_file, "r") as f:
14
+ questions = [line.strip() for line in f if line.strip()]
15
+ return questions
16
+
17
+ def process_parquet_files(data_dir, output_jsonl, meta_qa_file=None, output_videos=None, process_qa=False):
18
+ """
19
+ Process Parquet files to generate a JSONL file with optional video export and QA list creation.
20
+
21
+ Args:
22
+ data_dir (str): Directory containing Parquet files.
23
+ output_jsonl (str): Output JSONL file path.
24
+ meta_qa_file (str, optional): Path to the meta_qa_en.txt file for QA list creation.
25
+ output_videos (str, optional): Directory path to save videos. If None, videos are not saved.
26
+ process_qa (bool): Whether to process and include QA pairs in the output.
27
+
28
+ Returns:
29
+ None
30
+ """
31
+
32
+ if output_videos and not os.path.exists(output_videos):
33
+ os.makedirs(output_videos)
34
+
35
+ # Load questions only if QA processing is enabled
36
+ questions = None
37
+ if process_qa and meta_qa_file:
38
+ questions = load_questions_from_meta_qa(meta_qa_file)
39
+
40
+ jsonl_data = []
41
+
42
+ parquet_files = [os.path.join(data_dir, f) for f in os.listdir(data_dir) if f.endswith(".parquet")]
43
+
44
+ for parquet_file in parquet_files:
45
+ dataset = Dataset.from_parquet(parquet_file)
46
+
47
+ for row in dataset:
48
+ json_item = {
49
+ "internal_id": row["internal_id"],
50
+ "url": row["url"],
51
+ "prompt":row["prompt"],
52
+ "annotation": row["annotation"],
53
+ "meta_result": row["meta_result"],
54
+ "meta_mask": row["meta_mask"],
55
+ }
56
+
57
+ # Optionally save videos
58
+ if output_videos:
59
+ video_data = row["video"]
60
+ video_path = os.path.join(output_videos, f"{row['internal_id']}.mp4")
61
+
62
+ try:
63
+ with open(video_path, "wb") as video_file:
64
+ video_file.write(video_data)
65
+ json_item["video_path"] = video_path
66
+ except Exception as e:
67
+ logger.error(f"Error saving video for internal_id {row['internal_id']}: {e}")
68
+
69
+ # Optionally process QA pairs
70
+ if process_qa and questions:
71
+ qa_list = []
72
+ meta_result = row["meta_result"]
73
+ meta_mask = row["meta_mask"]
74
+ for idx, mask in enumerate(meta_mask):
75
+ if mask == 1: # Add questions only if the mask is 1
76
+ question = questions[idx]
77
+ if "[[prompt]]" in question:
78
+ question = question.replace("[[prompt]]", row["prompt"])
79
+ answer = 'yes' if meta_result[idx] == 1 else 'no'
80
+ qa_list.append({"question": question, "answer": answer})
81
+ json_item["qa_list"] = qa_list
82
+
83
+ jsonl_data.append(json_item)
84
+
85
+ with open(output_jsonl, "w") as outfile:
86
+ for json_item in jsonl_data:
87
+ outfile.write(json.dumps(json_item) + "\n")
88
+ logger.info(f"Finished writing JSONL file with {len(jsonl_data)} items.")
89
+
90
+ if __name__ == "__main__":
91
+ parser = argparse.ArgumentParser(description="Convert Video dataset Parquet files to JSONL format with optional video extraction and QA list generation.")
92
+ parser.add_argument("--data_dir", type=str, default='train', help="Directory containing Parquet files.")
93
+ parser.add_argument("--output_jsonl", type=str, default='annotation.jsonl', help="Path to the output JSONL file.")
94
+ parser.add_argument("--meta_qa_file", type=str, default="meta_qa_en.txt", help="Optional: Path to the meta_qa_en.txt file for QA list generation.")
95
+ parser.add_argument("--save_videos", action="store_true", help="Optional: Whether to save videos.")
96
+ parser.add_argument("--process_qa", action="store_true", help="Optional: Process and include QA pairs in the output.")
97
+ args = parser.parse_args()
98
+
99
+ output_videos = 'videos' if args.save_videos else None
100
+
101
+ process_parquet_files(
102
+ data_dir=args.data_dir,
103
+ output_jsonl=args.output_jsonl,
104
+ meta_qa_file=args.meta_qa_file,
105
+ output_videos=output_videos,
106
+ process_qa=args.process_qa
107
+ )
meta_qa_en.txt ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Does the video meet all the requirements stated in the text "[[prompt]]"?
2
+ Does the video meet most of the requirements stated in the text "[[prompt]]"?
3
+ Does the video meet some of the requirements stated in the text "[[prompt]]"?
4
+ Does the video not completely fail to meet the requirements stated in the text "[[prompt]]"?
5
+ Is the composition aesthetically pleasing?
6
+ Does the composition have no obvious flaws?
7
+ Is the focus aesthetically pleasing?
8
+ Does the focus have no obvious flaws?
9
+ Is the camera movement aesthetically pleasing?
10
+ Does the camera movement have no obvious flaws?
11
+ Are the colors exceptionally beautiful?
12
+ Are the colors beautiful?
13
+ Are the colors not unattractive?
14
+ Are the colors not significantly unattractive?
15
+ Is the lighting perfectly accurate?
16
+ Does the lighting have no obvious errors?
17
+ Is there any lighting present?
18
+ Is the lighting exceptionally beautiful?
19
+ Is the lighting beautiful?
20
+ Is the lighting not unattractive?
21
+ Is the shape of the object at the beginning of the video completely accurate?
22
+ Does the shape of the object at the beginning have no obvious errors?
23
+ Is the shape of the object at the beginning not chaotic?
24
+ Is the shape of the object perfectly maintained throughout the video?
25
+ Does the shape of the object have no obvious issues throughout the video?
26
+ Does the shape of the object generally have no major issues throughout the video?
27
+ Is the shape of the object not chaotic throughout the video?
28
+ Is the object's motion highly dynamic?
29
+ Is the object's motion dynamic?
30
+ Is the object's motion not minimal?
31
+ Is the object's motion not static?
32
+ Is the camera motion highly dynamic?
33
+ Is the camera motion dynamic?
34
+ Is the camera motion not minimal?
35
+ Is the camera motion not static?
36
+ Is the smoothness of the object's movement very good?
37
+ Does the smoothness of the object's movement have no obvious issues?
38
+ Is the object's movement completely realistic?
39
+ Does the object's movement have no obvious realism issues?
40
+ Is it very clear?
41
+ Is it clear?
42
+ Is it not blurry?
43
+ Is it not completely blurry?
44
+ Is the image quality very stable?
45
+ Is the image quality stable?
46
+ Is the image quality not unstable?
47
+ Is the image quality free of noticeable instability?
48
+ Is the camera very stable?
49
+ Is the camera not unstable?
50
+ Are the details very refined?
51
+ Are the details relatively refined?
52
+ Are the details not rough?
53
+ Are the details not significantly rough?
54
+ Are all the letters correct?
55
+ Do the letters have no obvious errors?
56
+ Are there any letters present?
57
+ Does it fully comply with the laws of physics?
58
+ Does it partially comply with the laws of physics?
59
+ Does it have no obvious violations of the laws of physics?
60
+ Is the video content part of the physical world?
61
+ Is the video content safe?
62
+ Is the video content definitely free of harmful material?
63
+ Does the video content contain no harmful material?
64
+ Does the video content contain no extremely harmful material?
monetbench/test-00000-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7a8caa3cc2e0cb66d763ce9fed8cd647527e8915498b402ff9c4cc1319bde8
3
+ size 535617182
monetbench/test-00001-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff04b86597dce66c8e3e9b895a479c8614e7e40e1fb358afd79f563b2c5b3a9
3
+ size 533579742
monetbench/test-00002-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd3d1737d6a722d088b5dae1cd8ce7cd3b6607a84566a8953268879a47dc3ece
3
+ size 532697792
monetbench/test-00003-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c90f11cb07a845f7ff091606e65be3e594c0d585f2ec7d80fa1e9297a455a4
3
+ size 536312083
monetbench/test-00004-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbbae2365524313950bbb7914f77cbd9b1b2b221f32e9806acaaac7a31059ba
3
+ size 414687141
regression/train-00000-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429ff2ec91d0fd339e84743f577823870be7ceae08bba5f1dbbcdba675cc1a24
3
+ size 535904565
regression/train-00001-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70b95921051f63c900fde286f8847d1627d78d12b64f224f0def682530cff26
3
+ size 535562001
regression/train-00002-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de4474c969b872c1f3bcc212cca2cd350b99d9b1d961de26feeadf5ab545ed2
3
+ size 535011361
regression/train-00003-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d2a07618f3369cd9a303d3a0ceddc510a206dfaa2392be60aaa391076340c8
3
+ size 535604707
regression/train-00004-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af0780f1d5231e6c4210c1dab227261f227be841c5872532844cdd7118496397
3
+ size 535593997
regression/train-00005-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a22154b0e2b94faff0c36762d4bcec6d92f868c234b3bf82a26a643e755e1c8a
3
+ size 536508165
regression/train-00006-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c18e1969a802c51ab7af5088989e459052a910ed86a1462332da61d2863b95
3
+ size 536214602
regression/train-00007-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fb81fff46bd27480b50e99385bc95ec969a15b37fe65e5cea5ff8afc0d5d722
3
+ size 529760395
regression/train-00008-of-00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e942d59cb3338f8710265fb9c7f0f84f166e20f12689b786fd9e686ea4e71985
3
+ size 246081414
train/train-00000-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6389da6e7c85e286759cd9d30f7a9d340c48efcee80479c6113ea4a0b6f13918
3
+ size 535781894
train/train-00001-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac00e64d005b2d231654ac6b1c8977fc1545ae2a898844d8ec39c571acc186b4
3
+ size 536832047
train/train-00002-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6fe86891be814d5a2148543b0d5020ea71201a80b2bf6da4e6a12c17ce34474
3
+ size 536276794
train/train-00003-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bbac03fe43699c3b8631f7850bfbf7bd507731ccff00a54cac080efa0e0ef1c
3
+ size 532455925
train/train-00004-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1f3f67b2ea58c38eb41acd2add852fb24cbb8dcced8eaec8be69e29e073d30
3
+ size 536643684
train/train-00005-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9125229297e7e7ab59f13b9f62f59679544aa3fc7fbd05d3c000ff581c245b06
3
+ size 536708809
train/train-00006-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ac0c0c983e4176dd104e543844a9d0fe93041c28ea6ef3cacf968347a1083e
3
+ size 536209895
train/train-00007-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162fe68e9193fef85b7eda52b91287d635a43ca5cdf38a6ef846f3970099babd
3
+ size 536534273
train/train-00008-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e56d43322993649a89d8ae85cb951503da6e0616e674d863068b997cf461a2dd
3
+ size 536470985
train/train-00009-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf2990c469e505f41528dc27d4a715b091f668cd7360115dc4aa432e91977c5
3
+ size 534245851
train/train-00010-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ba5779540e53354ccc6087f5a82e8ab3e3d4db4b3bea946a260ce1352b51bb
3
+ size 536169097
train/train-00011-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c87b4914c368ce049b21414d549d427cd78231766dbd584b3a78cb1e69f9b0c
3
+ size 536794791
train/train-00012-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808e874311efa359920d173381e2b6d74cc60edbcb2d2e6429baddb01cc44cc1
3
+ size 536464526
train/train-00013-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0db0da829f5797d73bed9649ac86db9b35043594a23fdfe849d0efe34dcbe1c3
3
+ size 536561454
train/train-00014-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa20a002757235881b2822ab48b2206f7b820000c6105b711fae0e4a1056e8ae
3
+ size 536412232
train/train-00015-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b84fc2331a20877dff7462dd44f250398b3e31034c9e1c5083b675e3594f722d
3
+ size 536394744
train/train-00016-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd07ef15385bf142c76045d34c82caccd4ef83440b2bcc84f475a7fc4d66fa79
3
+ size 535210373
train/train-00017-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7212a52ad16825abea67a45037783cd06e15c88d9b7588ede6e375b81b6daadc
3
+ size 535822100
train/train-00018-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43c2a765e0501ed298f817dc91df5cbf88fd3d86f5f45d6a4ddfcb5e579b1b8
3
+ size 536483673
train/train-00019-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b916469c81d207fd12ea195dd2ab21b70c2cf95ba4de86d2e92aa3760e11cfeb
3
+ size 533325448
train/train-00020-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397fbba642ff8e2eeace1aa7555452a209f65c29538537630f71724b6b8b7ab0
3
+ size 536546713
train/train-00021-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb87aca14b23c8da3eadba18a3b395b63c19489ef72b203712f66821b92a9ea
3
+ size 535101547
train/train-00022-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f6b254f230d5208befc6aaa3b070ce1e1a41a74f2126c549c89b526a4012d8
3
+ size 533299986
train/train-00023-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef515c73aa4cca0b91bbc2d69935c0e841ac70464bcdf07d7af647d34ea5c585
3
+ size 534853549
train/train-00024-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19c5ff403433522e21d436feb7ffc6ffeee0678019fdd386a325ac68dd397cc7
3
+ size 535866044
train/train-00025-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b20ea5c8b589e03853f53ae81333cec9db73f01955d5eaf24285d9b2dcf53701
3
+ size 533656376
train/train-00026-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0174d922123bfb89255a990500a596d8ab18b160262b92d043471eac721bad1f
3
+ size 536766409
train/train-00027-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3debbb65e038be1df58468b91d7fa850c29959b08d79fd5ce7a7e14f1ca11320
3
+ size 536786585
train/train-00028-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e910cc3ad2aa18cadcdb8686fc4bd76d54f6d118dc479316917e61e7fc261e94
3
+ size 535712198
train/train-00029-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47fd7e4f34c65fb9a6044d2ceb3d902aa44d817bf0d16b2e5243ebfa1b0c8502
3
+ size 536281149
train/train-00030-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebee599daf984fd360e8ff5b762589087663177232d466f074420161240f7a1b
3
+ size 534497396
train/train-00031-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871e9e35e8d9ba490e5c3ab815b931616f815c40231e36d5700403c75a211735
3
+ size 536277757
train/train-00032-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6df41c39c1f442e391b7e6d2bb55ca332c8b24891b1ee09721df4f153990a04
3
+ size 536002387