Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ make_model_config
Function
make_model_config
tests/model_executor/test_pooler.py:113–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
112
113
def
make_model_config() -> ModelConfig:
114
return
ModelConfig({
"model"
:
"This is Model~"
})
115
116
117
class
TestResolvedConfigAndFactories:
Callers
3
test_resolved_config_and_pooler_factories
Method · 0.85
test_step_pooler_filters_tokens_and_ids
Method · 0.85
test_simple_pooler_embed_and_encode
Method · 0.85
Calls
1
ModelConfig
Class · 0.90
Tested by
no test coverage detected