Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,13 @@ 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`. The FastText model here is `crawl-300d-2M-subword.bin`.
|
39 |
+
| Model |Avg Score| Estimated Memory |Speed GPU | Speed CPU |
|
40 |
+
|-|-|-|-|-|
|
41 |
+
|FastText|40.3|1200MB|-|57ms|
|
42 |
+
|PEARL-small|62.5|68MB|42ms|446ms|
|
43 |
+
|PEARL-base|64.8|220MB|89ms|1394ms|
|
44 |
+
|
45 |
## Usage
|
46 |
|
47 |
Below is an example of entity retrieval, and we reuse the code from E5.
|