Instructions to use amazon/Titan-text-embeddings-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amazon/Titan-text-embeddings-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="amazon/Titan-text-embeddings-v2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("amazon/Titan-text-embeddings-v2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -117,6 +117,7 @@ tags:
|
|
| 117 |
- feature-extraction
|
| 118 |
- sentence-similarity
|
| 119 |
- mteb
|
|
|
|
| 120 |
model-index:
|
| 121 |
- name: Titan-text-embeddings-v2
|
| 122 |
results:
|
|
|
|
| 117 |
- feature-extraction
|
| 118 |
- sentence-similarity
|
| 119 |
- mteb
|
| 120 |
+
inference: false
|
| 121 |
model-index:
|
| 122 |
- name: Titan-text-embeddings-v2
|
| 123 |
results:
|