Skip to content

Commit

Permalink
add trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlatt committed Aug 29, 2024
1 parent ba3337c commit b076c21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightning_ir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
RankNet,
SupervisedMarginMSE,
)
from .main import LightningIRTrainer
from .models import ColConfig, ColModel, SpladeConfig, SpladeModel, XTRConfig, XTRModel
from .retrieve import (
FaissFlatIndexConfig,
Expand Down Expand Up @@ -146,6 +147,7 @@
"LightningIRModule",
"LightningIROutput",
"LightningIRTokenizer",
"LightningIRTrainer",
"LinearLRSchedulerWithLinearWarmup",
"LocalizedContrastiveEstimation",
"LR_SCHEDULERS",
Expand Down

0 comments on commit b076c21

Please sign in to comment.