Datasets:
Add testing data data.tar.gz
Browse files- data.tar.gz +3 -0
- download_testing.py +6 -0
- zipping.sh +1 -1
data.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50c1387476e53b21681a90c897e45d6c404995b9cc21e2d2e4f468c10068884c
|
| 3 |
+
size 4638814869
|
download_testing.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import datasets
|
| 2 |
+
|
| 3 |
+
dl_manager = datasets.DownloadManager()
|
| 4 |
+
data_dir = dl_manager.download_and_extract("https://huggingface.co/datasets/OtoroLin/HyperForensics-plus-plus/resolve/main/data.tar.gz")
|
| 5 |
+
|
| 6 |
+
print(data_dir)
|
zipping.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
# Define the folder to zip and the output zip file
|
| 4 |
-
FOLDER_TO_ZIP="../
|
| 5 |
OUTPUT_TAR="./data.tar.gz"
|
| 6 |
|
| 7 |
# Create the zip file
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
# Define the folder to zip and the output zip file
|
| 4 |
+
FOLDER_TO_ZIP="../data_testing"
|
| 5 |
OUTPUT_TAR="./data.tar.gz"
|
| 6 |
|
| 7 |
# Create the zip file
|