Update README.md
Browse files
README.md
CHANGED
@@ -2604,5 +2604,8 @@ model-index:
|
|
2604 |
|
2605 |
# nomic-embed-text-v1-unsupervised:
|
2606 |
|
2607 |
-
`nomic-embed-text-v1-unsupervised` is 8192 context length text encoder. This is
|
|
|
|
|
2608 |
|
|
|
|
2604 |
|
2605 |
# nomic-embed-text-v1-unsupervised:
|
2606 |
|
2607 |
+
`nomic-embed-text-v1-unsupervised` is 8192 context length text encoder. This is a checkpoint after contrastive pretraining from multi-stage contrastive training of the
|
2608 |
+
[final model](https://huggingface.co/nomic-ai/nomic-embed-text-v1). If you want to extract embeddings, we suggest using [nomic-embed-text-v1](https://huggingface.co/nomic-ai/nomic-embed-text-v1)
|
2609 |
+
.
|
2610 |
|
2611 |
+
If you would like to finetune a model on more data, you can use this model as an initialization
|