appvoid commited on
Commit
86a8373
·
verified ·
1 Parent(s): d1c7a18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -9,12 +9,12 @@ This is a repo created to keep a collection of quantized bert models in ggml for
9
  You can utilize [bert.cpp](https://github.com/skeskinen/bert.cpp) as usual or use [our new api](https://rapidapi.com/nohakcoffee/api/simple-similarity) to quickly prototype on real use-case scenarios for text similarity.
10
 
11
 
12
- | model | api | mb |
13
- | ---- | ---- | ---- |
14
- | l3 | nano | 11.2 |
15
- | l6 | small | 14.5 |
16
- | bge-small | medium | 21.3 |
17
- | bge-base | large | 68.8 |
18
 
19
 
20
  We are planning to update the list to always support lastest open-source models.
 
9
  You can utilize [bert.cpp](https://github.com/skeskinen/bert.cpp) as usual or use [our new api](https://rapidapi.com/nohakcoffee/api/simple-similarity) to quickly prototype on real use-case scenarios for text similarity.
10
 
11
 
12
+ | api | mb |
13
+ | ---- | ---- |
14
+ | nano | 11.2 |
15
+ | small | 14.5 |
16
+ | medium | 21.3 |
17
+ | large | 68.8 |
18
 
19
 
20
  We are planning to update the list to always support lastest open-source models.