Spaces:
Running
Running
add
Browse files- data/dataset_download.sh +6 -0
- data/decoders/__init__.txt +0 -0
- data/encoders/__init__.txt +0 -0
data/dataset_download.sh
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
pip install gdown
|
3 |
+
|
4 |
+
gdown --fuzzy "https://drive.google.com/file/d/1kDpTm36X3ugpr6Ooo4Fg_dkNRZhQ5EMC/view?usp=share_link"
|
5 |
+
|
6 |
+
gdown --fuzzy "https://drive.google.com/file/d/13h465yaIbrAp5tcGbIwhxriorejr6Fsz/view?usp=share_link"
|
data/decoders/__init__.txt
ADDED
File without changes
|
data/encoders/__init__.txt
ADDED
File without changes
|