zenpeach commited on
Commit
8b5a9c9
·
verified ·
1 Parent(s): 7fff4e3

Put license front matter at the top so HF registers it

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  A small English embedding model by BAAI (Beijing Academy of Artificial Intelligence).
2
 
3
  This repository hosts the versions of the model used by Understand to generate embeddings for semantic search, allowing users to search their codebase by meaning rather than exact keyword matches.
@@ -12,7 +16,3 @@ The GGUF was converted from `BAAI/bge-small-en-v1.5` with llama.cpp's
12
  (cosine similarity 1.00000). Note the ONNX path used mean pooling while the
13
  GGUF uses BGE's specified CLS pooling, so indexes built with one are not
14
  comparable with the other.
15
-
16
- ---
17
- license: mit
18
- ---
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
  A small English embedding model by BAAI (Beijing Academy of Artificial Intelligence).
6
 
7
  This repository hosts the versions of the model used by Understand to generate embeddings for semantic search, allowing users to search their codebase by meaning rather than exact keyword matches.
 
16
  (cosine similarity 1.00000). Note the ONNX path used mean pooling while the
17
  GGUF uses BGE's specified CLS pooling, so indexes built with one are not
18
  comparable with the other.