dranger003
commited on
Commit
•
6612212
1
Parent(s):
0a89331
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,8 @@ As of Feb. 9, 2024 this model is no. 1 on the MTEB leaderboard.
|
|
10 |
https://huggingface.co/spaces/mteb/leaderboard
|
11 |
|
12 |
I have an example of how to use llama.cpp to generate embeddings for sentence similarity on my repo:
|
13 |
-
https://github.com/dranger003/llama.cpp-dotnet
|
|
|
|
|
|
|
|
|
|
10 |
https://huggingface.co/spaces/mteb/leaderboard
|
11 |
|
12 |
I have an example of how to use llama.cpp to generate embeddings for sentence similarity on my repo:
|
13 |
+
https://github.com/dranger003/llama.cpp-dotnet
|
14 |
+
|
15 |
+
| Layers | Context | Template |
|
16 |
+
| --- | --- | --- |
|
17 |
+
| <pre>32</pre> | <pre>32768</pre> | <pre>Instruct: {task_description}<br>Query: {query}</pre> |
|