fix: default embedding model to EAT_LARGE
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ _EMBED_MODELS = {
|
||||
"EAT": 768,
|
||||
"EAT_LARGE": 1024,
|
||||
}
|
||||
_DEFAULT_EMBED_MODEL = "WAV2VEC2_BASE"
|
||||
_DEFAULT_EMBED_MODEL = "EAT_LARGE"
|
||||
|
||||
_BEATS_CHECKPOINT = os.path.join(
|
||||
_DL_CACHE_DIR, "huggingface", "hub",
|
||||
|
||||
Reference in New Issue
Block a user