Lihuchen commited on
Commit
8b2063e
1 Parent(s): 47f6850

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -13,10 +13,14 @@ tags:
13
  [Lihu Chen](https://chenlihu.com), [Gaël Varoquaux](https://gael-varoquaux.info/), [Fabian M. Suchanek](https://suchanek.name/).
14
  <br> Accepted by EACL Findings 2024
15
 
16
- PEARL-base is a variant of [E5-base](https://huggingface.co/intfloat/e5-base-v2) finetuned on our constructed context-free [dataset](https://zenodo.org/records/10676475) to yield better representations
 
 
 
 
 
17
  for phrases and strings. <br>
18
- If you require semantic similarity computation for strings, our PEARL model might be a helpful tool.<br>
19
- It offers powerful embeddings suitable for tasks like string matching, entity retrieval, entity clustering, and fuzzy join.
20
 
21
  🤗 [PEARL-small](https://huggingface.co/Lihuchen/pearl_small) 🤗 [PEARL-base](https://huggingface.co/Lihuchen/pearl_base)
22
  <br>
 
13
  [Lihu Chen](https://chenlihu.com), [Gaël Varoquaux](https://gael-varoquaux.info/), [Fabian M. Suchanek](https://suchanek.name/).
14
  <br> Accepted by EACL Findings 2024
15
 
16
+ PEARL-base is a lightweight string embedding model. It is the tool of choice for semantic similarity computation for strings,
17
+ creating excellent embeddings for string matching, entity retrieval, entity clustering, fuzzy join...
18
+ <br>
19
+ It differs from typical sentence embedders because it incorporates phrase type information and morphological features,
20
+ allowing it to better capture variations in strings.
21
+ The model is a variant of [E5-base](https://huggingface.co/intfloat/e5-base-v2) finetuned on our constructed context-free [dataset](https://zenodo.org/records/10676475) to yield better representations
22
  for phrases and strings. <br>
23
+
 
24
 
25
  🤗 [PEARL-small](https://huggingface.co/Lihuchen/pearl_small) 🤗 [PEARL-base](https://huggingface.co/Lihuchen/pearl_base)
26
  <br>