cnmoro commited on
Commit
e301e0e
·
verified ·
1 Parent(s): 073b066

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -14,6 +14,7 @@ This is a model trained on [cnmoro/LexicalTriplets](https://huggingface.co/datas
14
  This can be used to compute lexical similarity between words or phrases.
15
 
16
  Concept:
 
17
  "Some text" will be similar to "Sm txt"
18
 
19
  "King" will **not** be similar to "Queen" or "Royalty"
@@ -22,8 +23,6 @@ Concept:
22
 
23
  "Doge" will be similar to "Dog"
24
 
25
- This will be trained for 2 epochs. The current model here is the first one.
26
-
27
  ```python
28
  import torch, re, unicodedata
29
  from transformers import AutoModel, AutoTokenizer
 
14
  This can be used to compute lexical similarity between words or phrases.
15
 
16
  Concept:
17
+
18
  "Some text" will be similar to "Sm txt"
19
 
20
  "King" will **not** be similar to "Queen" or "Royalty"
 
23
 
24
  "Doge" will be similar to "Dog"
25
 
 
 
26
  ```python
27
  import torch, re, unicodedata
28
  from transformers import AutoModel, AutoTokenizer