Skip to content

Commit

Permalink
feat add linter
Browse files Browse the repository at this point in the history
Signed-off-by: Rob <[email protected]>
  • Loading branch information
Micost committed May 23, 2024
1 parent 21e4bae commit de6d1dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/kimchima/pkg/cross_encoder_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

logger=logging.get_logger(__name__)

"""
Original code from: https://github.com/UKPLab/sentence-transformers/blob/master/sentence_transformers/cross_encoder/CrossEncoder.py
Adapted by: Rob Zhang
Date: 20240523
"""

class CrossEncoderFactory(PushToHubMixin):
"""
Expand Down

0 comments on commit de6d1dc

Please sign in to comment.