caobin commited on
Commit
dd3198a
·
verified ·
1 Parent(s): b045eec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -97,7 +97,7 @@ If you use this dataset in your research, please cite **all** the following work
97
 
98
  ## Task Overview
99
 
100
- This benchmark includes **eight primary tasks** for evaluating CPP models in crystal property prediction, divided into regression and classification missions.
101
 
102
  ### **Mission Settings**
103
 
@@ -108,12 +108,12 @@ This benchmark includes **eight primary tasks** for evaluating CPP models in cry
108
  3. **T3**: Bulk Modulus Prediction (`float`) | `Gpa`
109
  4. **T4**: Shear Modulus Prediction (`float`) | `Gpa`
110
  5. **T5**: Young’s Modulus Prediction (`float`) | `Gpa`
111
- 6. **T6**: Poisson’s Ratio Prediction (`float`) | `NAN`
112
 
113
 
114
  #### 🧮 Classification Task
115
 
116
- 7. **T7**: Metal/Non-metal Classification (`int`, binary classification)
117
 
118
  ---
119
 
@@ -135,7 +135,7 @@ The datasets are hosted on Hugging Face and stored in ASE database (`.db`) forma
135
  * **Train:** `MP_modulus_train.db` (6,631 crystals)
136
  * **Val:** `MP_modulus_val.db` (947 crystals)
137
  * **Test:** `MP_modulus_test.db` (1,895 crystals)
138
- * **Tasks:** T3–T6
139
 
140
  * Keys: `bulk_modulus`, `shear_modulus`, `youngs_modulus`, `poissons_ratio`,
141
 
@@ -144,7 +144,7 @@ The datasets are hosted on Hugging Face and stored in ASE database (`.db`) forma
144
  * **Train:** `MP_100_metal_train.db` (86,071 crystals)
145
  * **Val:** `MP_100_metal_val.db` (12,295 crystals)
146
  * **Test:** `MP_100_metal_test.db` (24,593 crystals)
147
- * **Task:** T7 (label: `0` or `1`)
148
 
149
  * Keys: `metal`
150
  ---
 
97
 
98
  ## Task Overview
99
 
100
+ This benchmark includes **6 primary tasks** for evaluating CPP models in crystal property prediction, divided into regression and classification missions.
101
 
102
  ### **Mission Settings**
103
 
 
108
  3. **T3**: Bulk Modulus Prediction (`float`) | `Gpa`
109
  4. **T4**: Shear Modulus Prediction (`float`) | `Gpa`
110
  5. **T5**: Young’s Modulus Prediction (`float`) | `Gpa`
111
+
112
 
113
 
114
  #### 🧮 Classification Task
115
 
116
+ 7. **T6**: Metal/Non-metal Classification (`int`, binary classification)
117
 
118
  ---
119
 
 
135
  * **Train:** `MP_modulus_train.db` (6,631 crystals)
136
  * **Val:** `MP_modulus_val.db` (947 crystals)
137
  * **Test:** `MP_modulus_test.db` (1,895 crystals)
138
+ * **Tasks:** T3–T5
139
 
140
  * Keys: `bulk_modulus`, `shear_modulus`, `youngs_modulus`, `poissons_ratio`,
141
 
 
144
  * **Train:** `MP_100_metal_train.db` (86,071 crystals)
145
  * **Val:** `MP_100_metal_val.db` (12,295 crystals)
146
  * **Test:** `MP_100_metal_test.db` (24,593 crystals)
147
+ * **Task:** T6 (label: `0` or `1`)
148
 
149
  * Keys: `metal`
150
  ---