CoolFace
Modelpublic

gregtatum/static-embeddings

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
pyproject.toml13 linesDownload Raw Back to root
1[project]2name = "sentence-embeddings"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8    "model2vec>=0.6.0",9    "numpy>=2.3.2",10    "sentence-transformers>=5.1.0",11    "zstandard>=0.24.0",12]13