mainbrains commited on
Commit
7849fc1
·
verified ·
1 Parent(s): c595863

Add maintainer notes and deployment config

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -35,6 +35,15 @@ pipeline_tag: sentence-similarity
35
  ---
36
 
37
 
 
 
 
 
 
 
 
 
 
38
  # all-MiniLM-L6-v2
39
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
40
 
 
35
  ---
36
 
37
 
38
+ > **Fork maintained by [@mainbrains](https://huggingface.co/mainbrains)** — Using MiniLM for real-time semantic search and embedding pipelines in production RAG systems.
39
+ >
40
+ > **Integration:** ONNX-optimized, running as a sidecar service for document retrieval. ~5ms/query on CPU.
41
+
42
+ ---
43
+
44
+
45
+
46
+
47
  # all-MiniLM-L6-v2
48
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
49