dranger003 commited on
Commit
0a89331
1 Parent(s): c1a7f6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -7,4 +7,7 @@ GGUF quants for https://huggingface.co/Salesforce/SFR-Embedding-Mistral
7
  NOTE: This is a text embedding model used for feature extraction.
8
 
9
  As of Feb. 9, 2024 this model is no. 1 on the MTEB leaderboard.
10
- https://huggingface.co/spaces/mteb/leaderboard
 
 
 
 
7
  NOTE: This is a text embedding model used for feature extraction.
8
 
9
  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