apepkuss79 commited on
Commit
30b8976
1 Parent(s): 7681ff9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nomic-ai/nomic-embed-text-v1.5
3
+ library_name: sentence-transformers
4
+ pipeline_tag: sentence-similarity
5
+ license: apache-2.0
6
+ model_creator: nomic-ai
7
+ quantized_by: Second State Inc.
8
+ language: en
9
+ ---
10
+
11
+ # Nomic-embed-text-v1.5-Embedding-GGUF
12
+
13
+ ## Original Model
14
+
15
+ [nomic-ai/nomic-embed-text-v1.5](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5)
16
+
17
+ ## Run with Gaianet
18
+
19
+ **Prompt template**
20
+
21
+ prompt template: `embedding`
22
+
23
+ **Context size**
24
+
25
+ chat_ctx_size: `768`
26
+
27
+ **Run with GaiaNet**
28
+
29
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
30
+
31
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
32
+
33
+ *Quantized with llama.cpp b4210*
34
+