Spaces:
Sleeping
Sleeping
""" | |
Neural Reranker Configuration. | |
This module provides configuration classes for enhanced neural reranking | |
in the architecture-compliant rerankers/ component. | |
""" | |
from .neural_config import EnhancedNeuralRerankingConfig | |
__all__ = ['EnhancedNeuralRerankingConfig'] |