diff --git a/huggingface_pipelines/datacards/analyze_metric.yaml b/huggingface_pipelines/datacards/analyze_metric.yaml new file mode 100644 index 0000000..d2aa7bf --- /dev/null +++ b/huggingface_pipelines/datacards/analyze_metric.yaml @@ -0,0 +1,15 @@ + +columns: + - text_preprocessed +reconstructed_columns: + - text_preprocessed_embeddings_reconstructed +output_column_suffix: score +batch_size: 5 +metrics: + - bleu +low_score_threshold: 0.5 +output_path: results/ag_news +take : 1 + + +