doberst commited on
Commit
afedca3
·
verified ·
1 Parent(s): ab344f5

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ inference: false
4
+ base_model: thenlper/gte-base
5
+ base_model_relation: quantized
6
+ tags: [green, p1, llmware-encoder, onnx]
7
+ ---
8
+
9
+ # gte-base-onnx
10
+
11
+ **gte-base-onnx** is a leading small encoder model from [thenlper/gte-base](https://www.huggingface.com/thenlper/gte-base), packaged in ONNX format.
12
+
13
+ This encoder can be used to generate vector embeddings.
14
+
15
+ ### Model Description
16
+
17
+ - **Developed by:** thenlper
18
+ - **Quantized by:** llmware
19
+ - **Model type:** bert
20
+ - **Parameters:** 22 million
21
+ - **Model Parent:** thenlper/gte-base
22
+ - **Language(s) (NLP):** English
23
+ - **License:** Apache 2.0
24
+ - **Uses:** Prompt safety
25
+ - **RAG Benchmark Accuracy Score:** NA
26
+ - **Quantization:** int4
27
+
28
+
29
+ ## Model Card Contact
30
+
31
+ [llmware on github](https://www.github.com/llmware-ai/llmware)
32
+
33
+ [llmware on hf](https://www.huggingface.co/llmware)
34
+
35
+ [llmware website](https://www.llmware.ai)