Lihuchen commited on
Commit
2d3ec97
1 Parent(s): 0d29fb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -35,6 +35,14 @@ for phrases and strings. <br>
35
  |PEARL-small|34M| 62.5| 97.0|70.2|57.9|68.1| 48.1|44.5|42.4|59.3|75.2|
36
  |PEARL-base|110M|64.8|97.3|72.2|59.7|72.6|50.7|45.8|39.3|69.4|77.1|
37
 
 
 
 
 
 
 
 
 
38
  ## Usage
39
 
40
  Below is an example of entity retrieval, and we reuse the code from E5.
 
35
  |PEARL-small|34M| 62.5| 97.0|70.2|57.9|68.1| 48.1|44.5|42.4|59.3|75.2|
36
  |PEARL-base|110M|64.8|97.3|72.2|59.7|72.6|50.7|45.8|39.3|69.4|77.1|
37
 
38
+ Cost comparison of FastText and PEARL. The estimated memory is calculated by the number of parameters (float16). The unit of inference speed is `*ms/512 samples`.
39
+ The FastText model here is `crawl-300d-2M-subword.bin`.
40
+ | Model |Avg Score| Estimated Memory |Speed GPU | Speed CPU |
41
+ |-|-|-|-|-|
42
+ |FastText|40.3|1200MB|-|57ms|
43
+ |PEARL-small|62.5|68MB|42ms|446ms|
44
+ |PEARL-base|64.8|220MB|89ms|1394ms|
45
+
46
  ## Usage
47
 
48
  Below is an example of entity retrieval, and we reuse the code from E5.