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

Method spec

lit_nlp/api/dataset.py:190–192  ·  view source on GitHub ↗

Return a spec describing dataset elements.

(self)

Source from the content-addressed store, hash-verified

188 pass
189
190 def spec(self) -> Spec:
191 """Return a spec describing dataset elements."""
192 return self._spec
193
194 @property
195 def examples(self) -> list[JsonDict]:

Callers 15

remapMethod · 0.95
_build_metadataMethod · 0.45
_run_annotatorsMethod · 0.45
get_dataset_specsMethod · 0.45
validate_datasetFunction · 0.45
validate_modelFunction · 0.45
__init__Method · 0.45
saveMethod · 0.45
test_remapMethod · 0.45

Calls

no outgoing calls