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
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_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_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_filtering.py
tests/object_detection/test_iou.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_precision.py
tests/semantic_segmentation/test_recall.py
tests/semantic_segmentation/test_stability.py
tests/text_generation/__init__.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/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/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/text_generation/__init__.py