eggie5-adyen
commited on
Commit
•
f0763d6
1
Parent(s):
6ee8a0e
added manual download
Browse files- download_data.sh +2 -1
download_data.sh
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
#!/bin/bash
|
2 |
mkdir -p /app/data
|
3 |
wget -O /app/data/payments.csv https://huggingface.co/datasets/adyen/data-agents-benchmark_DS/resolve/main/v1/context/payments.csv
|
4 |
-
|
|
|
|
1 |
#!/bin/bash
|
2 |
mkdir -p /app/data
|
3 |
wget -O /app/data/payments.csv https://huggingface.co/datasets/adyen/data-agents-benchmark_DS/resolve/main/v1/context/payments.csv
|
4 |
+
wget -O /app/data/manual.md https://huggingface.co/datasets/adyen/data-agents-benchmark_DS/resolve/main/v1/context/manual.md
|
5 |
+
exec "$@"
|