coco_pipe.report.foundation#
Reports for foundation-model extraction and decoding workflows.
Functions#
|
Build a dataset-level extraction coverage and provenance report. |
|
Build the standard decoding report plus a model/mode capability matrix. |
Module Contents#
- coco_pipe.report.foundation.make_foundation_embedding_report(records, title='Foundation Embedding Extraction', config=None, output_path=None, asset_urls='inline')#
Build a dataset-level extraction coverage and provenance report.
- Parameters:
- Return type:
- coco_pipe.report.foundation.make_foundation_decoding_report(result, *, capability_records=(), title='Foundation Model Decoding', output_path=None, asset_urls='inline', **kwargs)#
Build the standard decoding report plus a model/mode capability matrix.
- Parameters:
result (Any)
capability_records (collections.abc.Iterable[collections.abc.Mapping[str, Any]])
title (str)
output_path (str | None)
kwargs (Any)
- Return type: