Spaces:
Running
Running
File size: 325 Bytes
8da838a | 1 2 3 4 5 6 7 8 9 10 11 | """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",
]
|