README / README.md
caobin's picture
Update README.md
d134913 verified
# SimXRD-4M
+ GitHub : https://github.com/Bin-Cao/SimXRD
+ [OneDrive](https://onedrive.live.com/?id=5D8626238470B49E%21s5d530eecddcf47b8b1b4a20f5e0def16&cid=5D8626238470B49E&redeem=aHR0cHM6Ly8xZHJ2Lm1zL2YvYy81ZDg2MjYyMzg0NzBiNDllL0V1d09VMTNQM2JoSHNiU2lEMTRON3hZQmZCTEdCYTFjX0VhVkhrbGZUajRxZXc%5FZT0xa3liaFg) Data backup
## Introduction
The SimXRD database is a comprehensive resource for spectral data analysis, designed to facilitate the identification of crystal materials both **in** and **out** library.
## Version V1.0.0 (May 2024)
This version introduces datasets for both **In Library (IL)** and **Out Library (OL)** identification.
### In Library (IL) Identification
- **Train Dataset (Part One)**: [ILtrainV1_P1](https://huggingface.co/datasets/AI4Spectro/ILtrainV1_P1) DOI:10.57967/hf/2878
- **Train Dataset (Part Two)**: [ILtrainV1_P2](https://huggingface.co/datasets/AI4Spectro/ILtrainV1_P2) DOI:10.57967/hf/2879
- **Validation Dataset**: [ILvalV1](https://huggingface.co/datasets/AI4Spectro/ILvalV1) DOI:10.57967/hf/2880
- **Test Dataset**: [ILtestV1](https://huggingface.co/datasets/AI4Spectro/ILtestV1) DOI:10.57967/hf/2881
### Crystal Data
If you need the organized crystal database, visit here: https://huggingface.co/datasets/caobin/CrystDB
### Out Library (OL) Identification
- **Train Dataset**: [OLtrainV1](https://huggingface.co/datasets/AI4Spectro/OLtrainV1) DOI:10.57967/hf/2877
- **Validation Dataset**: [OLvalV1](https://huggingface.co/datasets/AI4Spectro/OLvalV1) DOI:10.57967/hf/2876
- **Test Dataset**: [OLtestV1](https://huggingface.co/datasets/AI4Spectro/OLtestV1) DOI:10.57967/hf/2875
## Check Dataset
To check the dataset, you can use the following command:
```bash
pip install ase
ase db {name}.db
```
---
### Notes:
- Ensure you replace `{name}` with the appropriate dataset name when using the `ase db` command.