CoolFace
Modelpublic

tinycompany/SigmaBoi-ib

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes23downloads
Model Card

Mean Perplexity: `1935.422843282588`

Get started with Gemini Embedding Developers can now access our new, experimental Gemini Embeddings model through the Gemini API. It’s compatible with the existing embed_content endpoint.

from google import genai

client = genai.Client(apikey="GEMINIAPI_KEY")

result = client.models.embed_content( model="gemini-embedding-exp-03-07", contents="How does alphafold work?", )

print(result.embeddings)