bekko-embedding-web / models.py
hotchpotch's picture
Link bekko models from the browser Space
8da838a verified
Raw
History Blame Contribute Delete
325 Bytes
"""List of Hugging Face models used by the bekko browser demo.
This file is not imported by the Space app. It is kept in the Space repo so
Hugging Face can statically link the Space from the listed model repositories.
"""
MODEL_NAMES = [
"hotchpotch/bekko-embedding-v1-a8m",
"hotchpotch/bekko-embedding-v1-a25m",
]