Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,36 @@ license: mit
|
|
3 |
---
|
4 |
ggml files of [thenlper/gte-base](https://huggingface.co/thenlper/gte-base)
|
5 |
|
6 |
-
You can use this ggml for https://github.com/skeskinen/bert.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
ggml files of [thenlper/gte-base](https://huggingface.co/thenlper/gte-base)
|
5 |
|
6 |
+
You can use this ggml for https://github.com/skeskinen/bert.cpp
|
7 |
+
|
8 |
+
### gte-base
|
9 |
+
| Data Type | STSBenchmark | eval time | EmotionClassification | eval time |
|
10 |
+
|-----------|-----------|------------|-----------|------------|
|
11 |
+
| f32 | 0.8571 | 38.98 | 0.5087 | 69.09 |
|
12 |
+
| f16 | 0.8571 | 33.06 | 0.5086 | 53.57 |
|
13 |
+
| q4_0 | 0.8580 | 25.28 | 0.5171 | 69.32 |
|
14 |
+
| q4_1 | 0.8581 | 28.12 | 0.5113 | 66.38 |
|
15 |
+
|
16 |
+
### all-MiniLM-L12-v2
|
17 |
+
| Data Type | STSBenchmark | eval time | EmotionClassification | eval time |
|
18 |
+
|-----------|-----------|------------|-----------|------------|
|
19 |
+
| f32 | 0.8306 | 13.36 | 0.4117 | 21.23 |
|
20 |
+
| f16 | 0.8306 | 11.51 | 0.4119 | 20.08 |
|
21 |
+
| q4_0 | 0.8310 | 11.27 | 0.4183 | 20.81 |
|
22 |
+
| q4_1 | 0.8325 | 12.37 | 0.4093 | 19.38 |
|
23 |
+
|
24 |
+
### all-MiniLM-L6-v2
|
25 |
+
| Data Type | STSBenchmark | eval time | EmotionClassification | eval time |
|
26 |
+
|-----------|-----------|------------|-----------|------------|
|
27 |
+
| f32 | 0.8201 | 6.83 | 0.4082 | 11.34 |
|
28 |
+
| f16 | 0.8201 | 6.17 | 0.4085 | 10.28 |
|
29 |
+
| q4_0 | 0.8175 | 5.45 | 0.3911 | 10.63 |
|
30 |
+
| q4_1 | 0.8223 | 6.79 | 0.4027 | 11.41 |
|
31 |
+
|
32 |
+
### bert-base-uncased
|
33 |
+
| Data Type | STSBenchmark | eval time | EmotionClassification | eval time |
|
34 |
+
|-----------|-----------|------------|-----------|------------|
|
35 |
+
| f32 | 0.4738 | 52.38 | 0.3361 | 88.56 |
|
36 |
+
| f16 | 0.4739 | 33.24 | 0.3361 | 55.86 |
|
37 |
+
| q4_0 | 0.4940 | 33.93 | 0.3375 | 57.82 |
|
38 |
+
| q4_1 | 0.4612 | 36.86 | 0.3318 | 59.63 |
|