juampahc commited on
Commit
15c0783
1 Parent(s): df0335b

Update README

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - BAAI/bge-m3
5
+ pipeline_tag: sentence-similarity
6
+ tags:
7
+ - sentence-transformers
8
+ - feature-extraction
9
+ - sentence-similarity
10
+ library_name: onnx
11
+ ---
12
+
13
+ For more details please refer to the original github repo: https://github.com/FlagOpen/FlagEmbedding
14
+
15
+ # BGE-M3 ([paper](https://arxiv.org/pdf/2402.03216.pdf), [code](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/BGE_M3))
16
+
17
+ This is just the original model with quantization. [Hub](https://huggingface.co/BAAI/bge-m3)