LICENSE
README.md
pyproject.toml
benchmarks/.gitignore
benchmarks/benchmark_classification.py
benchmarks/benchmark_objdet.py
examples/.gitignore
examples/object-detection.ipynb
examples/tabular_classification.ipynb
examples/text_generation.ipynb
tests/__init__.py
tests/classification/__init__.py
tests/classification/conftest.py
tests/classification/test_accuracy.py
tests/classification/test_confusion_matrix.py
tests/classification/test_counts.py
tests/classification/test_dataloader.py
tests/classification/test_evaluator.py
tests/classification/test_f1.py
tests/classification/test_filtering.py
tests/classification/test_metric.py
tests/classification/test_precision.py
tests/classification/test_recall.py
tests/classification/test_rocauc.py
tests/classification/test_schemas.py
tests/classification/test_stability.py
tests/object_detection/__init__.py
tests/object_detection/conftest.py
tests/object_detection/test_accuracy.py
tests/object_detection/test_average_precision.py
tests/object_detection/test_average_recall.py
tests/object_detection/test_confusion_matrix.py
tests/object_detection/test_counts.py
tests/object_detection/test_dataloader.py
tests/object_detection/test_evaluator.py
tests/object_detection/test_f1.py
tests/object_detection/test_filtering.py
tests/object_detection/test_iou.py
tests/object_detection/test_metric.py
tests/object_detection/test_pr_curve.py
tests/object_detection/test_precision.py
tests/object_detection/test_recall.py
tests/object_detection/test_schemas.py
tests/object_detection/test_stability.py
tests/semantic_segmentation/__init__.py
tests/semantic_segmentation/conftest.py
tests/semantic_segmentation/test_accuracy.py
tests/semantic_segmentation/test_annotation.py
tests/semantic_segmentation/test_confusion_matrix.py
tests/semantic_segmentation/test_dataloader.py
tests/semantic_segmentation/test_evaluator.py
tests/semantic_segmentation/test_f1.py
tests/semantic_segmentation/test_filtering.py
tests/semantic_segmentation/test_iou.py
tests/semantic_segmentation/test_metric.py
tests/semantic_segmentation/test_precision.py
tests/semantic_segmentation/test_recall.py
tests/semantic_segmentation/test_stability.py
tests/text_generation/__init__.py
tests/text_generation/conftest.py
tests/text_generation/test_evaluator.py
tests/text_generation/test_manager.py
tests/text_generation/llm/__init__.py
tests/text_generation/llm/test_generation.py
tests/text_generation/llm/test_integrations.py
tests/text_generation/llm/test_utilities.py
tests/text_generation/llm/test_validators.py
tests/text_generation/metrics/test_answer_correctness.py
tests/text_generation/metrics/test_answer_relevance.py
tests/text_generation/metrics/test_bias.py
tests/text_generation/metrics/test_context_precision.py
tests/text_generation/metrics/test_context_recall.py
tests/text_generation/metrics/test_context_relevance.py
tests/text_generation/metrics/test_faithfulness.py
tests/text_generation/metrics/test_hallucination.py
tests/text_generation/metrics/test_metric.py
tests/text_generation/metrics/test_rouge.py
tests/text_generation/metrics/test_sentence_bleu.py
tests/text_generation/metrics/test_summary_coherence.py
tests/text_generation/metrics/test_toxicity.py
valor_lite/LICENSE
valor_lite/__init__.py
valor_lite/schemas.py
valor_lite.egg-info/PKG-INFO
valor_lite.egg-info/SOURCES.txt
valor_lite.egg-info/dependency_links.txt
valor_lite.egg-info/requires.txt
valor_lite.egg-info/top_level.txt
valor_lite/classification/__init__.py
valor_lite/classification/annotation.py
valor_lite/classification/computation.py
valor_lite/classification/manager.py
valor_lite/classification/metric.py
valor_lite/classification/utilities.py
valor_lite/object_detection/__init__.py
valor_lite/object_detection/annotation.py
valor_lite/object_detection/computation.py
valor_lite/object_detection/manager.py
valor_lite/object_detection/metric.py
valor_lite/object_detection/utilities.py
valor_lite/semantic_segmentation/__init__.py
valor_lite/semantic_segmentation/annotation.py
valor_lite/semantic_segmentation/computation.py
valor_lite/semantic_segmentation/manager.py
valor_lite/semantic_segmentation/metric.py
valor_lite/semantic_segmentation/utilities.py
valor_lite/text_generation/__init__.py
valor_lite/text_generation/annotation.py
valor_lite/text_generation/computation.py
valor_lite/text_generation/manager.py
valor_lite/text_generation/metric.py
valor_lite/text_generation/llm/__init__.py
valor_lite/text_generation/llm/exceptions.py
valor_lite/text_generation/llm/generation.py
valor_lite/text_generation/llm/instructions.py
valor_lite/text_generation/llm/integrations.py
valor_lite/text_generation/llm/utilities.py
valor_lite/text_generation/llm/validators.py