Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Model Pretrained using Masked Language Modelling on 2 million crystal structures
|
|
23 |
### Model Description
|
24 |
|
25 |
<!-- Provide a longer summary of what this model is. -->
|
26 |
-
**MatText** model pretrained using Masked Language Modelling on crystal structures mined from NOMAD and represented using MatText -
|
27 |
|
28 |
|
29 |
- **Developed by:** [Lamalab](https://github.com/lamalab-org)
|
@@ -64,7 +64,7 @@ The pertaining dataset is a subset of the materials deposited in the NOMAD archi
|
|
64 |
|
65 |
```python
|
66 |
from transformers import AutoModel
|
67 |
-
model = AutoModel.from_pretrained("n0w0f/MatText-
|
68 |
```
|
69 |
|
70 |
## Training Details
|
|
|
23 |
### Model Description
|
24 |
|
25 |
<!-- Provide a longer summary of what this model is. -->
|
26 |
+
**MatText** model pretrained using Masked Language Modelling on crystal structures mined from NOMAD and represented using MatText - Atom Sequence represntation (A space-separated enumeration of element symbols).
|
27 |
|
28 |
|
29 |
- **Developed by:** [Lamalab](https://github.com/lamalab-org)
|
|
|
64 |
|
65 |
```python
|
66 |
from transformers import AutoModel
|
67 |
+
model = AutoModel.from_pretrained("n0w0f/MatText-atom-seq-2m")
|
68 |
```
|
69 |
|
70 |
## Training Details
|