Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
## Model Summary
|
| 6 |
+
|
| 7 |
+
This repository hosts quantized versions of the nomic-embed-text-v1.5 embedding model.
|
| 8 |
+
|
| 9 |
+
**Format:** GGUF
|
| 10 |
+
**Converter:** llama.cpp 94d8cb8be13b7c4d04eeca5a2b956b9148e6f222
|
| 11 |
+
**Quantizer:** LM-Kit.NET 2024.11.1
|
| 12 |
+
|
| 13 |
+
For more detailed information on the base model, please visit the following links
|
| 14 |
+
|
| 15 |
+
- [nomic-embed-text-v1.5](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5)
|