Feature Extraction
sentence-transformers
ONNX
Transformers
Russian
English
gigarembed
MTEB
custom_code
Instructions to use Gotoro/Giga-Embeddings-instruct-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Gotoro/Giga-Embeddings-instruct-onnx with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Gotoro/Giga-Embeddings-instruct-onnx", trust_remote_code=True) sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Transformers
How to use Gotoro/Giga-Embeddings-instruct-onnx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Gotoro/Giga-Embeddings-instruct-onnx", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Gotoro/Giga-Embeddings-instruct-onnx", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 33c424d0cd4019448a0e167c365f7bdd899903f36ecdc2e55a529d6150427a22
- Size of remote file:
- 13.8 GB
- SHA256:
- 8ccbe5135510e38e7a20862f1f4c481c9d4b35d918801e6112be3c95c0941d99
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.