Skip to content

Commit 3bd02b3

Browse files
committed
remove '...'
1 parent 3f58e02 commit 3bd02b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypef/llm/esm_lora_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_esm_models():
5555

5656
def esm_tokenize_sequences(sequences, tokenizer, max_length):
5757
encoded_sequences = []
58-
for seq in tqdm(sequences, desc='Tokenizing sequences for ESM modeling...'):
58+
for seq in tqdm(sequences, desc='Tokenizing sequences for ESM modeling'):
5959
encoded_sequence, attention_mask = tokenizer(
6060
seq,
6161
padding='max_length',

0 commit comments

Comments
 (0)