CodeMind / models /embeddinggemma-300m /download_embeddinggemma-300m.py
devjas1
(MODEL DOWNLOAD)[Add embeddinggemma-300m scrip//Run once to download]t: add embeddinggemma-300m model initialization
cdd329f
raw
history blame
116 Bytes
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("google/embeddinggemma-300m")