Update README.md
Browse files
README.md
CHANGED
@@ -59,4 +59,6 @@ print(f"Generated raw text:\n{generated_text}\n\n")
|
|
59 |
```
|
60 |
|
61 |
# Model performance
|
62 |
-
This model
|
|
|
|
|
|
59 |
```
|
60 |
|
61 |
# Model performance
|
62 |
+
This model delivers an MAE of 0.33 on the test set, which was randomly split from the Materials Project dataset, with 113,568 instances for training and 12,618 for testing.
|
63 |
+
The results show promise as a baseline for materials property prediction models based on Large Language Models.
|
64 |
+
For comparison, one of the current state-of-the-art models, [CrystalFormer](https://omron-sinicx.github.io/crystalformer/), achieves an MAE of around 0.20 eV using 60k training data from the Materials Project dataset.
|