Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UX-Decoder/Semantic-SAM
/ get_language_model
Function
get_language_model
semantic_sam/language/encoder.py:131–132 ·
view source on GitHub ↗
(cfg, **kwargs)
Source
from the content-addressed store, hash-verified
129
130
@register_model
131
def
get_language_model(cfg, **kwargs):
132
return
LanguageEncoder(cfg)
Callers
nothing calls this directly
Calls
1
LanguageEncoder
Class · 0.70
Tested by
no test coverage detected