AjayP13 commited on
Commit
16f0a37
·
verified ·
1 Parent(s): 64145b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,8 +47,8 @@ from sentence_transformers.util import cos_sim
47
 
48
  model = SentenceTransformer('StyleDistance/mstyledistance') # Load model
49
 
50
- input = model.encode("Did you hear about the Wales wing? He'll h8 2 withdraw due 2 injuries from future competitions.")
51
- others = model.encode(["We're raising funds 2 improve our school's storage facilities and add new playground equipment!", "Did you hear about the Wales wing? He'll hate to withdraw due to injuries from future competitions."])
52
  print(cos_sim(input, others))
53
  ```
54
 
 
47
 
48
  model = SentenceTransformer('StyleDistance/mstyledistance') # Load model
49
 
50
+ input = model.encode("ÉL TIENE PROBLEMAS PARA LOGRAR LA TEMPERATURA ADECUADA PARA COCINAR LA GALLINA CORNISH.")
51
+ others = model.encode(["TOCARÁS LA GUITARRA CON TU AMIGO; SERÁ UNA EXCELENTE OPORTUNIDAD PARA MEJORAR TUS HABILIDADES MUSICALES.", "Él tiene problemas para lograr la temperatura adecuada para cocinar la gallina Cornish."])
52
  print(cos_sim(input, others))
53
  ```
54