Commit ·
ce22e7a
1
Parent(s): 8833538
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,14 +32,12 @@ predicted_class = id2label[logits.argmax().item()]
|
|
| 32 |
## Citation Information
|
| 33 |
|
| 34 |
```bibtex
|
| 35 |
-
@misc{
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
year = {2023},
|
| 43 |
-
copyright = {arXiv.org perpetual, non-exclusive license}
|
| 44 |
}
|
| 45 |
```
|
|
|
|
| 32 |
## Citation Information
|
| 33 |
|
| 34 |
```bibtex
|
| 35 |
+
@misc{korolev2023accurate,
|
| 36 |
+
title={Toward Accurate Interpretable Predictions of Materials Properties within Transformer Language Models},
|
| 37 |
+
author={Vadim Korolev and Pavel Protsenko},
|
| 38 |
+
year={2023},
|
| 39 |
+
eprint={2303.12188},
|
| 40 |
+
archivePrefix={arXiv},
|
| 41 |
+
primaryClass={cond-mat.mtrl-sci}
|
|
|
|
|
|
|
| 42 |
}
|
| 43 |
```
|