caobin commited on
Commit
78b6da7
·
verified ·
1 Parent(s): 3384d42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: README
3
  emoji: 🏃
4
  colorFrom: red
5
  colorTo: blue
@@ -7,5 +7,24 @@ sdk: static
7
  pinned: false
8
  ---
9
 
 
10
 
11
- # The SimXRD database
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: SimXRD Database Documentation
3
  emoji: 🏃
4
  colorFrom: red
5
  colorTo: blue
 
7
  pinned: false
8
  ---
9
 
10
+ # SimXRD Database
11
 
12
+ ## Introduction
13
+ The SimXRD database is a comprehensive resource for spectral data analysis, designed to facilitate the identification of materials both in and out of library.
14
+
15
+ ## Version V1.0.0 (May 2024)
16
+
17
+ This version introduces datasets for both In Library (IL) and Out of Library (OL) identification.
18
+
19
+ ### In Library (IL) Identification
20
+
21
+ - **Train Dataset (Part One)**: [ILtrainV1_P1](https://huggingface.co/datasets/AI4Spectro/ILtrainV1_P1)
22
+ - **Train Dataset (Part Two)**: [ILtrainV2_P2](https://huggingface.co/datasets/AI4Spectro/ILtrainV2_P2)
23
+ - **Validation Dataset**: [ILvalV1](https://huggingface.co/datasets/AI4Spectro/ILvalV1)
24
+ - **Test Dataset**: [ILtestV1](https://huggingface.co/datasets/AI4Spectro/ILtestV1)
25
+
26
+ ### Out of Library (OL) Identification
27
+
28
+ - **Train Dataset**: [OLtrainV1](https://huggingface.co/datasets/AI4Spectro/OLtrainV1)
29
+ - **Validation Dataset**: [OLvalV1](https://huggingface.co/datasets/AI4Spectro/OLvalV1)
30
+ - **Test Dataset**: [OLtestV1](https://huggingface.co/datasets/AI4Spectro/OLtestV1)