Upload folder using huggingface_hub
Browse files- Artifacts.toml +3 -3
- make_artifacts.jl +1 -1
Artifacts.toml
CHANGED
@@ -4,7 +4,7 @@ lazy = true
|
|
4 |
|
5 |
[[Si.download]]
|
6 |
sha256 = "c3cf32e2cbb926946af5ba8dc867f4eaf06a3590a5477594f8cd493513fa2183"
|
7 |
-
url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/
|
8 |
|
9 |
[CrI3]
|
10 |
git-tree-sha1 = "3cad16e14b2fd74c999ba7b054b810a18c316783"
|
@@ -12,7 +12,7 @@ lazy = true
|
|
12 |
|
13 |
[[CrI3.download]]
|
14 |
sha256 = "0db2f5e605d4e3895427282573800600bf6ed40b6b12f5bda6875d478d6f1cfb"
|
15 |
-
url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/
|
16 |
|
17 |
[Si2]
|
18 |
git-tree-sha1 = "e59f12a51cb53ae19348ed5f3f91a010f161a37c"
|
@@ -20,4 +20,4 @@ lazy = true
|
|
20 |
|
21 |
[[Si2.download]]
|
22 |
sha256 = "9832e3f3417076bb0a9cdf976ddb09f2fdd03073d03521112bd77d64e0dca3cc"
|
23 |
-
url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/
|
|
|
4 |
|
5 |
[[Si.download]]
|
6 |
sha256 = "c3cf32e2cbb926946af5ba8dc867f4eaf06a3590a5477594f8cd493513fa2183"
|
7 |
+
url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/resolve/main/artifacts/Si.tar.gz"
|
8 |
|
9 |
[CrI3]
|
10 |
git-tree-sha1 = "3cad16e14b2fd74c999ba7b054b810a18c316783"
|
|
|
12 |
|
13 |
[[CrI3.download]]
|
14 |
sha256 = "0db2f5e605d4e3895427282573800600bf6ed40b6b12f5bda6875d478d6f1cfb"
|
15 |
+
url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/resolve/main/artifacts/CrI3.tar.gz"
|
16 |
|
17 |
[Si2]
|
18 |
git-tree-sha1 = "e59f12a51cb53ae19348ed5f3f91a010f161a37c"
|
|
|
20 |
|
21 |
[[Si2.download]]
|
22 |
sha256 = "9832e3f3417076bb0a9cdf976ddb09f2fdd03073d03521112bd77d64e0dca3cc"
|
23 |
+
url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/resolve/main/artifacts/Si2.tar.gz"
|
make_artifacts.jl
CHANGED
@@ -18,7 +18,7 @@ for folder in folders
|
|
18 |
"git-tree-sha1" => Tar.tree_hash(IOBuffer(inflate_gzip(outpath))),
|
19 |
"lazy" => true,
|
20 |
"download" => [Dict(
|
21 |
-
"url" => "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/
|
22 |
"sha256" => bytes2hex(open(sha256, outpath)))]
|
23 |
)
|
24 |
end
|
|
|
18 |
"git-tree-sha1" => Tar.tree_hash(IOBuffer(inflate_gzip(outpath))),
|
19 |
"lazy" => true,
|
20 |
"download" => [Dict(
|
21 |
+
"url" => "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/resolve/main/artifacts/$(folder).tar.gz",
|
22 |
"sha256" => bytes2hex(open(sha256, outpath)))]
|
23 |
)
|
24 |
end
|