saaduddinM commited on
Commit
d0808e0
·
verified ·
1 Parent(s): edf0418

Add files using upload-large-folder tool

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 +161 -0
  2. data/chunk-000/episode_000009.parquet +3 -0
  3. data/chunk-000/episode_000011.parquet +3 -0
  4. data/chunk-000/episode_000012.parquet +3 -0
  5. data/chunk-000/episode_000013.parquet +3 -0
  6. data/chunk-000/episode_000014.parquet +3 -0
  7. data/chunk-000/episode_000016.parquet +3 -0
  8. data/chunk-000/episode_000017.parquet +3 -0
  9. data/chunk-000/episode_000020.parquet +3 -0
  10. data/chunk-000/episode_000021.parquet +3 -0
  11. data/chunk-000/episode_000022.parquet +3 -0
  12. data/chunk-000/episode_000031.parquet +3 -0
  13. data/chunk-000/episode_000032.parquet +3 -0
  14. data/chunk-000/episode_000034.parquet +3 -0
  15. data/chunk-000/episode_000036.parquet +3 -0
  16. data/chunk-000/episode_000037.parquet +3 -0
  17. data/chunk-000/episode_000039.parquet +3 -0
  18. data/chunk-000/episode_000040.parquet +3 -0
  19. data/chunk-000/episode_000041.parquet +3 -0
  20. data/chunk-000/episode_000042.parquet +3 -0
  21. data/chunk-000/episode_000043.parquet +3 -0
  22. data/chunk-000/episode_000044.parquet +3 -0
  23. data/chunk-000/episode_000045.parquet +3 -0
  24. data/chunk-000/episode_000046.parquet +3 -0
  25. data/chunk-000/episode_000047.parquet +3 -0
  26. data/chunk-000/episode_000048.parquet +3 -0
  27. data/chunk-000/episode_000049.parquet +3 -0
  28. data/chunk-000/episode_000050.parquet +3 -0
  29. data/chunk-000/episode_000052.parquet +3 -0
  30. data/chunk-000/episode_000053.parquet +3 -0
  31. data/chunk-000/episode_000054.parquet +3 -0
  32. data/chunk-000/episode_000062.parquet +3 -0
  33. data/chunk-000/episode_000063.parquet +3 -0
  34. data/chunk-000/episode_000065.parquet +3 -0
  35. data/chunk-000/episode_000067.parquet +3 -0
  36. data/chunk-000/episode_000068.parquet +3 -0
  37. data/chunk-000/episode_000069.parquet +3 -0
  38. data/chunk-000/episode_000071.parquet +3 -0
  39. data/chunk-000/episode_000072.parquet +3 -0
  40. data/chunk-000/episode_000074.parquet +3 -0
  41. data/chunk-000/episode_000075.parquet +3 -0
  42. data/chunk-000/episode_000076.parquet +3 -0
  43. data/chunk-000/episode_000077.parquet +3 -0
  44. data/chunk-000/episode_000078.parquet +3 -0
  45. data/chunk-000/episode_000079.parquet +3 -0
  46. data/chunk-000/episode_000080.parquet +3 -0
  47. data/chunk-000/episode_000081.parquet +3 -0
  48. data/chunk-000/episode_000082.parquet +3 -0
  49. data/chunk-000/episode_000083.parquet +3 -0
  50. data/chunk-000/episode_000088.parquet +3 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - droid
8
+ - rlds
9
+ - openx
10
+ - franka
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset is a **pruned, one-camera subset** of the original
17
+ [**IPEC-COMMUNITY/droid_lerobot**](https://huggingface.co/datasets/IPEC-COMMUNITY/droid_lerobot):
18
+
19
+ - **Removed episodes with empty task text** (e.g., `"tasks": [""]`).
20
+ - **Grouped by task string** and kept **≤ 4 episodes per unique task**.
21
+ - For each kept episode, **kept exactly one camera stream**, chosen at random from
22
+ `{observation.images.exterior_image_1_left, observation.images.exterior_image_2_left, observation.images.wrist_image_left}`,
23
+ and **unified it** under the single key **`observation.images.image`**.
24
+ - **Reindexed** episodes to `[0..N-1]`, **rebuilt `task_index`** from task text, and **updated** `meta/` (`info.json`, `episodes.jsonl`, `tasks.jsonl`, `stats.json`).
25
+ - Kept Parquet files strictly **numeric/time-series**; **pixels live in MP4s** (as in the source dataset).
26
+
27
+ > Note: To compute image statistics in `meta/stats.json`, we combine the original per-camera stats weighted by how many frames from each camera survived.
28
+
29
+ ## Dataset Description
30
+
31
+ - **Source dataset:** [IPEC-COMMUNITY/droid_lerobot](https://huggingface.co/datasets/IPEC-COMMUNITY/droid_lerobot)
32
+ - **License:** apache-2.0 (inherits from the source)
33
+ - **Robot:** Franka Emika Panda
34
+ - **FPS / Resolution:** 15 FPS, 180×320 RGB, AV1 codec (unchanged)
35
+
36
+
37
+ ### Quick stats (this release)
38
+
39
+ - **Episodes:** 39,530
40
+ - **Frames:** 11,543,142
41
+ - **Tasks (unique):** 31,305
42
+ - **Videos:** 39,530 (one per episode)
43
+ - **Frames kept by source camera (for transparency):**
44
+ `wrist_image_left`: 3,856,202 · `exterior_image_1_left`: 3,854,740 · `exterior_image_2_left`: 3,832,200
45
+
46
+ ## Dataset Structure
47
+
48
+ [meta/info.json](meta/info.json):
49
+ ```json
50
+ {
51
+ "codebase_version": "v2.0",
52
+ "robot_type": "franka",
53
+ "total_episodes": 39530,
54
+ "total_frames": 11543142,
55
+ "total_tasks": 31305,
56
+ "total_videos": 39530,
57
+ "total_chunks": 93,
58
+ "chunks_size": 1000,
59
+ "fps": 15,
60
+ "splits": {
61
+ "train": "0:39530"
62
+ },
63
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
64
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
65
+ "features": {
66
+ "observation.images.image": {
67
+ "dtype": "video",
68
+ "shape": [
69
+ 180,
70
+ 320,
71
+ 3
72
+ ],
73
+ "names": [
74
+ "height",
75
+ "width",
76
+ "rgb"
77
+ ],
78
+ "info": {
79
+ "video.fps": 15.0,
80
+ "video.height": 180,
81
+ "video.width": 320,
82
+ "video.channels": 3,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "has_audio": false
87
+ }
88
+ },
89
+ "observation.state": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 8
93
+ ],
94
+ "names": {
95
+ "motors": [
96
+ "x",
97
+ "y",
98
+ "z",
99
+ "roll",
100
+ "pitch",
101
+ "yaw",
102
+ "pad",
103
+ "gripper"
104
+ ]
105
+ }
106
+ },
107
+ "action": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 7
111
+ ],
112
+ "names": {
113
+ "motors": [
114
+ "x",
115
+ "y",
116
+ "z",
117
+ "roll",
118
+ "pitch",
119
+ "yaw",
120
+ "gripper"
121
+ ]
122
+ }
123
+ },
124
+ "timestamp": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "frame_index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ },
138
+ "episode_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "task_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ }
159
+ }
160
+ }
161
+ ```
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7849e73e13b82bb6265df6ac6e6fcb8662c3f88cf80dc7f14a86e192834c00a4
3
+ size 13377
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7454ddee1076d1e9407646c3cac29eb4605afb20f1ea621010f7c4a5fb0a65ff
3
+ size 157706
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d9f9fbd61f45e3c57c9bcbb8084ab7f934c00fb15afa1dcb2945fea65992a7a
3
+ size 44168
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607fe41222156bc799fb3270c083cb195679c84403479e5ca8d5d01e477995f8
3
+ size 66655
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8659825f51da63e1cd0d95b5f014c9af2190e546bade824225e5a039617fd80
3
+ size 20189
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9804e0fd3bc6aec8aec8668f47c1c5898ae4dc839d4a936bbc0df21ddc85b2e7
3
+ size 47296
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75e258709f5659594e82cb92adba2df4dd11f0bf7a64e56121bfd477de572f8
3
+ size 31704
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a2bef9e740b54525e316416cb13942d65fac10096358d46f2ed3a7202b554ee
3
+ size 13159
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d668c27ad5bb8e7e5403173fa3c3610fd6715befcc949366c3aa2e7aa2336f8f
3
+ size 28804
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:220443cc3e8647108ddb8d920db54fe7e55813301ae066d548ddad75ba946a93
3
+ size 16763
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e1a9fa905e1d2c65e7935246c41cfdf5940e8b5c2f4496e2c0d312413a7c68
3
+ size 18914
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc41675746bdd54961a51f1eaf591886d0eaf229707bebd151451bd6e2e3d714
3
+ size 18823
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db7ec5d655aec08ced52b868e221d6936808f42774773fbac1488fb49f2b172
3
+ size 22080
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e167aa0de785d79b0e6e18d9228828269409dbe6981fb1e700175cc2791a97
3
+ size 29788
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a011890571624c9298506a46081c1ff102f8df5a989404b98a00e09acab48f6
3
+ size 35423
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cebb9017b2dcb331fab3d8e71093719e18ae65364722a6848dba797dc30e6ee7
3
+ size 87761
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f833ac312d3a3c2e2a83abbb8bbba3d9bb619acf02c6c530af6543186c19536
3
+ size 19440
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a99e31f8546ebe88d539228aeb7e1e40567f7ecdb1863c3fe68d45bebfe841
3
+ size 23775
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:605e5ea8984026aa11767d3a89a84ebcbdf1b9062d36d1e29c6c90463bc9831a
3
+ size 21528
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05d7126ea5df3d693ad88af575f6a08d967860c4425f9f4d8d74ddee244fa395
3
+ size 65173
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa9aa93cc59149109ea8de3dde9e679f30b6c80eed724452ddf11b046339304
3
+ size 35463
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0060d3d9b9f49bb11d8a888b015f1e5df83b10ac85500bec6fc4abe7eb6fab39
3
+ size 51075
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d39c5ae1587d6efc1ec72f1f18e1addaa1b89f238478c32773f57cd0380cbce2
3
+ size 59744
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0d4fa1166ebf747003d1ecc272764d7dc37fbf8ac6c2140c02c2d9cad9e1366
3
+ size 38260
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58b76cc558098950126fb0c041e445cd819241d41e1a5376820d830632eb3a9e
3
+ size 39881
data/chunk-000/episode_000049.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bcfbe4a6c601bc87f6859dccc9f5b44b02c64288e1619de6f23ecb8b968e4f4
3
+ size 49467
data/chunk-000/episode_000050.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce43918d346624ef2687091e1786289d8b9d28d5cc41a07edcfd6835c499c464
3
+ size 63366
data/chunk-000/episode_000052.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f054eee0f3e2f7368d13831bc38c1864add212471922fdc27c01cc5f14df165
3
+ size 57838
data/chunk-000/episode_000053.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c796c4fd7bda11bdc4bc1e61ee997f9371da01f067aa2e2274e976ccfd33be50
3
+ size 45966
data/chunk-000/episode_000054.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d6890e1c3a049c9abcba283f888687ebb0927db331158533f9be9baecf0dbd5
3
+ size 67812
data/chunk-000/episode_000062.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f690df1f70fba1bb8702b14b0ce674d38772b2332f7cec7dde8eabbdaa2cc1cd
3
+ size 88025
data/chunk-000/episode_000063.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0196fdf213e52ea2fb5d968c4eaec2e6e8c73e63d8a7c8a8b311de3e3edf07
3
+ size 69216
data/chunk-000/episode_000065.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97c14a0a23e13c0510278a591e5b1e6cf2adcc35951e77aa8a0f834d894c738
3
+ size 40427
data/chunk-000/episode_000067.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae38513f33bc946cb8469f28be6eaa349a505ad95b7d81db390edf28f62510b1
3
+ size 29411
data/chunk-000/episode_000068.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc5735f6a0ad7c4bf004f69898aed734fc7d50fcf2c82df04cac3c370b30d62
3
+ size 37873
data/chunk-000/episode_000069.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b484a0fe5c0a86fb57436a48a8ebf01b96cd62843044b893ba397df6f2d2f80
3
+ size 57361
data/chunk-000/episode_000071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4935e62f566b19f4253e7bca491e4af4e081ac61dd5250f76e75820d9208b538
3
+ size 44232
data/chunk-000/episode_000072.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cbba4bf71241f8c731759ef8bb8e341451dd1a4ebedbbd6eb0a5d7c46414f81
3
+ size 34581
data/chunk-000/episode_000074.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78248d6838275bef586367f7882970f5a24c271eeb53f49a5a6d9d4b051046c7
3
+ size 41165
data/chunk-000/episode_000075.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81d6fe6506e594e9ff30f556a25d9abfaef38097cc1eaad3177305c8937f6e3b
3
+ size 68089
data/chunk-000/episode_000076.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e358a3e7306f84df153ecb731b49fc0e25f0c251a50dd831db936d08a044beb6
3
+ size 47740
data/chunk-000/episode_000077.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07085d111bbdd2ee1928b360ee064e3bacc6e1de28898547da6d179a50fad1b2
3
+ size 46442
data/chunk-000/episode_000078.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1beb25f5758e99f464ed7325709a60163dc18bfd168bf59f30f91e34813e69
3
+ size 35356
data/chunk-000/episode_000079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:074511e199aace235f4cd214117ff8ea577eccf517b382843ac75191540203ea
3
+ size 66914
data/chunk-000/episode_000080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c0ebe0990329c252b229e64e91259cf18126635dd2cccf7ccfd044c3418e51
3
+ size 60219
data/chunk-000/episode_000081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4862e32ab664035b1c814ee143bf689a5c0080b789a6501c131cb955669067b3
3
+ size 40731
data/chunk-000/episode_000082.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d4117e3fc51dee1179236da4c983bd1d9ad5711658c66f594e9726ae542f576
3
+ size 45324
data/chunk-000/episode_000083.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db09d28f5eabbdf47586ee101e0cb28ea76617f17d638fa2c831984dc4522704
3
+ size 27458
data/chunk-000/episode_000088.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7610617999ce5a87fc458372b14dfdde48efc8df41e8184fe54336041afa09ea
3
+ size 77859