martinigoyanes
commited on
Commit
•
b70ae3d
1
Parent(s):
47e3987
point to new dataset
Browse files- download_data.sh +6 -6
download_data.sh
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
#!/bin/bash
|
2 |
mkdir -p /app/data
|
3 |
-
wget -O /app/data/payments.csv https://huggingface.co/datasets/adyen/data-agents-
|
4 |
-
wget -O /app/data/manual.md https://huggingface.co/datasets/adyen/data-agents-
|
5 |
-
wget -O /app/data/fees.json https://huggingface.co/datasets/adyen/data-agents-
|
6 |
-
wget -O /app/data/merchant_category_codes.csv https://huggingface.co/datasets/adyen/data-agents-
|
7 |
-
wget -O /app/data/merchant_data.json https://huggingface.co/datasets/adyen/data-agents-
|
8 |
-
wget -O /app/data/acquirer_countries.csv https://huggingface.co/datasets/adyen/data-agents-
|
9 |
exec "$@"
|
|
|
1 |
#!/bin/bash
|
2 |
mkdir -p /app/data
|
3 |
+
wget -O /app/data/payments.csv https://huggingface.co/datasets/adyen/data-agents-benchmark/resolve/main/data/context/payments.csv
|
4 |
+
wget -O /app/data/manual.md https://huggingface.co/datasets/adyen/data-agents-benchmark/resolve/main/data/context/manual.md
|
5 |
+
wget -O /app/data/fees.json https://huggingface.co/datasets/adyen/data-agents-benchmark/resolve/main/data/context/fees.json
|
6 |
+
wget -O /app/data/merchant_category_codes.csv https://huggingface.co/datasets/adyen/data-agents-benchmark/resolve/main/data/context/merchant_category_codes.csv
|
7 |
+
wget -O /app/data/merchant_data.json https://huggingface.co/datasets/adyen/data-agents-benchmark/resolve/main/data/context/merchant_data.json
|
8 |
+
wget -O /app/data/acquirer_countries.csv https://huggingface.co/datasets/adyen/data-agents-benchmark/resolve/main/data/context/acquirer_countries.csv
|
9 |
exec "$@"
|