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

Method _identifying_params

bmtools/models/opt_model.py:46–48  ·  view source on GitHub ↗

Get the identifying parameters.

(self)

Source from the content-addressed store, hash-verified

44
45 @property
46 def _identifying_params(self) -> Mapping[str, Any]:
47 """Get the identifying parameters."""
48 return {"model_name": self.model_name}
49
50if __name__ == "__main__":
51 llm = OPTModel("facebook/opt-350m")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected