Jyiyiyiyi commited on
Commit
28402a5
·
1 Parent(s): 51abd68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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('{MODEL_NAME}')
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}])