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