detector_benchmark.pipeline.text_quality_pipeline¶

Classes¶

TextQualityPipeline

Pipeline to evaluate the quality of text.

Module Contents¶

class detector_benchmark.pipeline.text_quality_pipeline.TextQualityPipeline(scorer: detector_benchmark.text_quality_evaluation.Scorer, dataset_path: str, dataset_path_compare: str | None = None, batch_size: int = 64, return_loss_lists: bool = False, eval_human: bool = False)¶

Bases: detector_benchmark.pipeline.experiment_pipeline.ExperimentPipeline

Pipeline to evaluate the quality of text.

scorer¶
dataset¶
batch_size¶
return_loss_lists¶
eval_human¶
run_pipeline()¶