Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
asawczyn committed Mar 9, 2022
1 parent e7641e7 commit cf8725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embeddings/pipeline/lightning_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
tokenizer_kwargs=tokenizer_kwargs,
batch_encoding_kwargs=batch_encoding_kwargs,
load_dataset_kwargs=load_dataset_kwargs,
**self.datamodule_kwargs
**self.datamodule_kwargs,
)
task = TextClassificationTask(
model_name_or_path=embedding_name_or_path,
Expand Down

0 comments on commit cf8725e

Please sign in to comment.