n0w0f commited on
Commit
51d3fd2
1 Parent(s): e90ad7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 - CIF P_$1$ represntation (The CIF representation of a material in P$_1$ symmetry).
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-cifp1-2m")
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