Commit
·
92989ca
1
Parent(s):
02d43ae
Add pointer to artifacts branch
Browse files
README.md
CHANGED
|
@@ -46,11 +46,14 @@ to manage the datasets. This allows us to
|
|
| 46 |
|
| 47 |
## Structure of the repo
|
| 48 |
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
| 50 |
- [`pseudo/`](./pseudo/) pseudopotentials used when generating the datasets
|
| 51 |
- [`src/`](./src/) a fake folder just to make `Project.toml` happy
|
| 52 |
|
| 53 |
## Contributing
|
| 54 |
|
| 55 |
If you feel your dataset is useful for the community, please feel free to contribute.
|
| 56 |
-
Please have a look at the [contributing guidelines](./docs/CONTRIBUTING.md).
|
|
|
|
| 46 |
|
| 47 |
## Structure of the repo
|
| 48 |
|
| 49 |
+
The tarballs are stored in the [`artifacts` branch](https://huggingface.co/datasets/atomology/WannierDatasets/tree/artifacts).
|
| 50 |
+
|
| 51 |
+
While in the [`main` branch](https://huggingface.co/datasets/atomology/WannierDatasets/tree/main), the structure of the repo is as follows:
|
| 52 |
+
- [`datasets/`](./datasets/) each subfolder contains a dataset as well as input/output files for one material
|
| 53 |
- [`pseudo/`](./pseudo/) pseudopotentials used when generating the datasets
|
| 54 |
- [`src/`](./src/) a fake folder just to make `Project.toml` happy
|
| 55 |
|
| 56 |
## Contributing
|
| 57 |
|
| 58 |
If you feel your dataset is useful for the community, please feel free to contribute.
|
| 59 |
+
Please have a look at the [contributing guidelines](./docs/CONTRIBUTING.md).
|