Update README.md
Browse files
README.md
CHANGED
|
@@ -11,15 +11,15 @@ You can utilize [bert.cpp](https://github.com/skeskinen/bert.cpp) as usual or us
|
|
| 11 |
|
| 12 |
| model | api | mb |
|
| 13 |
| ---- | ---- | ---- |
|
| 14 |
-
| l3 |
|
| 15 |
-
| l6 |
|
| 16 |
| l12 | ❌ | 21.3 |
|
| 17 |
-
| bge-small |
|
| 18 |
-
| bge-base |
|
| 19 |
| bge-large | ❌ | 669 |
|
| 20 |
|
| 21 |
|
| 22 |
-
We are planning to
|
| 23 |
|
| 24 |
### embeddings sample
|
| 25 |
|
|
@@ -31,15 +31,8 @@ We are planning to keep the list updated to the lastest open-source models.
|
|
| 31 |
### api sample
|
| 32 |
|
| 33 |
```
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
"timestamp": 1708287985.356056,
|
| 37 |
-
"prediction_time": 0.07016229629516602
|
| 38 |
-
},
|
| 39 |
-
"texts": {
|
| 40 |
-
"txt1": "A person ",
|
| 41 |
-
"txt2": "A cat"
|
| 42 |
-
},
|
| 43 |
"similarity": {
|
| 44 |
"semantic": 0.035270897102758283,
|
| 45 |
"literal": 0.22219999999999998
|
|
|
|
| 11 |
|
| 12 |
| model | api | mb |
|
| 13 |
| ---- | ---- | ---- |
|
| 14 |
+
| l3 | nano | 11.2 |
|
| 15 |
+
| l6 | small | 14.5 |
|
| 16 |
| l12 | ❌ | 21.3 |
|
| 17 |
+
| bge-small | medium | 21.3 |
|
| 18 |
+
| bge-base | large | 68.8 |
|
| 19 |
| bge-large | ❌ | 669 |
|
| 20 |
|
| 21 |
|
| 22 |
+
We are planning to expand the list to support as many open-source models as possible.
|
| 23 |
|
| 24 |
### embeddings sample
|
| 25 |
|
|
|
|
| 31 |
### api sample
|
| 32 |
|
| 33 |
```
|
| 34 |
+
|
| 35 |
+
{ ...,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"similarity": {
|
| 37 |
"semantic": 0.035270897102758283,
|
| 38 |
"literal": 0.22219999999999998
|