MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / _identifying_params

Method _identifying_params

bmtools/models/t5_model.py:47–49  ·  view source on GitHub ↗

Get the identifying parameters.

(self)

Source from the content-addressed store, hash-verified

45
46 @property
47 def _identifying_params(self) -> Mapping[str, Any]:
48 """Get the identifying parameters."""
49 return {"model_name": self.model_name}
50
51if __name__ == "__main__":
52 llm = T5Model("t5-small")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected