Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ This is a formula transformer model trained on Latex, Presentation MathML and Co
|
|
19 |
```
|
20 |
pip install -U sentence-transformers
|
21 |
```
|
22 |
-
Put MarkuplmTransformerForConMATH.py into sentence_transfomers/models, and add 'from .MarkuplmTransformerForConMATH import MarkuplmTransformerForConMATH' into sentence_transfomers/models
|
23 |
|
24 |
Then you can use the model like this:
|
25 |
|
|
|
19 |
```
|
20 |
pip install -U sentence-transformers
|
21 |
```
|
22 |
+
Put 'MarkuplmTransformerForConMATH.py' into 'sentence_transfomers/models', and add 'from .MarkuplmTransformerForConMATH import MarkuplmTransformerForConMATH' into 'sentence_transfomers/models/\_init\_'
|
23 |
|
24 |
Then you can use the model like this:
|
25 |
|