MCPcopy Create free account
hub / github.com/PAIR-code/lit / input_spec

Method input_spec

lit_nlp/lib/testing_utils.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44
45 # LIT API implementation
46 def input_spec(self):
47 return self._input_spec
48
49 def output_spec(self):
50 return {'scores': lit_types.RegressionScore(parent='label')}

Callers 1

validate_modelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected