Yassine
commited on
Commit
•
c0fb52e
1
Parent(s):
cebd506
just another split
Browse files- commavq.py +1 -1
commavq.py
CHANGED
@@ -7,7 +7,7 @@ SHARD_SIZE = 2500
|
|
7 |
NUM_SHARDS = 40
|
8 |
_URLS = [
|
9 |
f'https://huggingface.co/datasets/commaai/commavq/resolve/main/data_{i*SHARD_SIZE}_to_{(i+1)*SHARD_SIZE}.zip' for i in range(NUM_SHARDS)
|
10 |
-
] + [ f'https://huggingface.co/datasets/commaai/commavq/resolve/main/val.zip']
|
11 |
|
12 |
_DESCRIPTION = """\
|
13 |
TODO
|
|
|
7 |
NUM_SHARDS = 40
|
8 |
_URLS = [
|
9 |
f'https://huggingface.co/datasets/commaai/commavq/resolve/main/data_{i*SHARD_SIZE}_to_{(i+1)*SHARD_SIZE}.zip' for i in range(NUM_SHARDS)
|
10 |
+
] + [ f'https://huggingface.co/datasets/commaai/commavq/resolve/main/val.zip' ]
|
11 |
|
12 |
_DESCRIPTION = """\
|
13 |
TODO
|