Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ base_model
Method
base_model
bert/modeling_utils.py:307–308 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
305
306
@property
307
def
base_model(self):
308
return
getattr(self, self.base_model_prefix, self)
309
310
def
get_input_embeddings(self):
311
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected