Update README.md
Browse files
README.md
CHANGED
@@ -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
|
|
|
64 |
|
65 |
```python
|
66 |
from transformers import AutoModel
|
67 |
+
model = AutoModel.from_pretrained("n0w0f/MatText-crystal-text-llm-2m")
|
68 |
```
|
69 |
|
70 |
## Training Details
|