init commit
This commit is contained in:
13
config/__init__.py
Normal file
13
config/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Configuration module for BGE fine-tuning
|
||||
"""
|
||||
from .base_config import BaseConfig
|
||||
from .m3_config import BGEM3Config
|
||||
from .reranker_config import BGERerankerConfig
|
||||
|
||||
|
||||
__all__ = [
|
||||
'BaseConfig',
|
||||
'BGEM3Config',
|
||||
'BGERerankerConfig'
|
||||
]
|
||||
Reference in New Issue
Block a user