Koulb commited on
Commit
c7e7ae2
·
verified ·
1 Parent(s): cb824d6

Upload folder using huggingface_hub

Browse files
Artifacts.toml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Si]
2
+ git-tree-sha1 = "130e0e7a9b8854c77c15d4405716ae33780508b6"
3
+ lazy = true
4
+
5
+ [[Si.download]]
6
+ sha256 = "c3cf32e2cbb926946af5ba8dc867f4eaf06a3590a5477594f8cd493513fa2183"
7
+ url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/raw/main/artifacts/Si.tar.gz"
8
+
9
+ [CrI3]
10
+ git-tree-sha1 = "3cad16e14b2fd74c999ba7b054b810a18c316783"
11
+ lazy = true
12
+
13
+ [[CrI3.download]]
14
+ sha256 = "0db2f5e605d4e3895427282573800600bf6ed40b6b12f5bda6875d478d6f1cfb"
15
+ url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/raw/main/artifacts/CrI3.tar.gz"
16
+
17
+ [Si2]
18
+ git-tree-sha1 = "e59f12a51cb53ae19348ed5f3f91a010f161a37c"
19
+ lazy = true
20
+
21
+ [[Si2.download]]
22
+ sha256 = "9832e3f3417076bb0a9cdf976ddb09f2fdd03073d03521112bd77d64e0dca3cc"
23
+ url = "https://huggingface.co/datasets/atomology/QuantumEspressoDatasets/raw/main/artifacts/Si2.tar.gz"
Project.toml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [deps]
2
+ Inflate = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9"
3
+ SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
4
+ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
5
+ Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
6
+
7
+ [compat]
8
+ Inflate = "0.1.5"
9
+ SHA = "0.7.0"
10
+ TOML = "1.0.3"
11
+ Tar = "1.10.0"
12
+ julia = "1.6.7"
13
+
14
+ [extras]
15
+ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
+
17
+ [targets]
18
+ test = ["Test"]
artifacts/CrI3.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:308914f4fc3c68909945751c1e1064373fd06dc0fe719915af28d895c793a8c5
3
- size 388324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0db2f5e605d4e3895427282573800600bf6ed40b6b12f5bda6875d478d6f1cfb
3
+ size 388323
artifacts/Si.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c37f054d3f61e649402acf99d8e3e8a709cdbef33525bd96d63bf9c414bcdf66
3
- size 123369
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3cf32e2cbb926946af5ba8dc867f4eaf06a3590a5477594f8cd493513fa2183
3
+ size 123359
artifacts/Si2.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efa99c8181d47e184dd20b06dbeb21bea9e84e6c1a91fd7347a8749ec5c79340
3
- size 114152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9832e3f3417076bb0a9cdf976ddb09f2fdd03073d03521112bd77d64e0dca3cc
3
+ size 114150
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://github.com/Koulb/QuantumEspressoDatasets/raw/main/artifacts/$(folder).tar.gz",
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/raw/main/artifacts/$(folder).tar.gz",
22
  "sha256" => bytes2hex(open(sha256, outpath)))]
23
  )
24
  end