diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/OpenBioMed.iml b/.idea/OpenBioMed.iml
new file mode 100644
index 0000000..8a05c6e
--- /dev/null
+++ b/.idea/OpenBioMed.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..1498016
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/dp.md b/docs/dp.md
index 3804201..0ec0331 100644
--- a/docs/dp.md
+++ b/docs/dp.md
@@ -7,7 +7,7 @@ Drug property prediction (DP) aims to predict molecule properties such as toxici
- Supported models: [MolCLR](https://arxiv.org/abs/2102.10056), [GraphMVP](https://arxiv.org/abs/2110.07728), [MoMu](https://arxiv.org/abs/2209.05481), [MolFM](https://arxiv.org/abs/2307.09484) and [DeepEIK](https://arxiv.org/abs/2305.01523). This is a continuing effort and we are working on further growing the list.
- Supported datasets: 8 classification datasets i.e. BBBP, Tox21, ToxCast, SIDER, ClinTox, MUV, HIV and BACE of [MoleculeNet](https://moleculenet.org).
- Supported split: random split, scaffold split and random-scaffold split;
-- Supproted evaluation: ROC-AUC.
+- Supported evaluation: ROC-AUC.
#### Data Preparation