appvoid commited on
Commit
38b4bb7
·
verified ·
1 Parent(s): 6987493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -14
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 | pico | 11.2 |
15
- | l6 | nano | 14.5 |
16
  | l12 | ❌ | 21.3 |
17
- | bge-small | small | 21.3 |
18
- | bge-base | base | 68.8 |
19
  | bge-large | ❌ | 669 |
20
 
21
 
22
- We are planning to keep the list updated to the lastest open-source models.
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
- "time": {
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