Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ latex = r"13\times x"
|
|
28 |
pmml = r"<math><semantics><mrow><mn>13</mn><mo>×</mo><mi>x</mi></mrow></semantics></math>"
|
29 |
cmml = r"<math><apply><times></times><cn>13</cn><ci>x</ci></apply></math>"
|
30 |
|
31 |
-
model = SentenceTransformer('
|
32 |
|
33 |
embedding_latex = model.encode([{'latex': latex}])
|
34 |
embedding_pmml = model.encode([{'mathml': pmml}])
|
|
|
28 |
pmml = r"<math><semantics><mrow><mn>13</mn><mo>×</mo><mi>x</mi></mrow></semantics></math>"
|
29 |
cmml = r"<math><apply><times></times><cn>13</cn><ci>x</ci></apply></math>"
|
30 |
|
31 |
+
model = SentenceTransformer('Jyiyiyiyi/CLFE_ConMath')
|
32 |
|
33 |
embedding_latex = model.encode([{'latex': latex}])
|
34 |
embedding_pmml = model.encode([{'mathml': pmml}])
|