We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f58e02 commit 3bd02b3Copy full SHA for 3bd02b3
pypef/llm/esm_lora_tune.py
@@ -55,7 +55,7 @@ def get_esm_models():
55
56
def esm_tokenize_sequences(sequences, tokenizer, max_length):
57
encoded_sequences = []
58
- for seq in tqdm(sequences, desc='Tokenizing sequences for ESM modeling...'):
+ for seq in tqdm(sequences, desc='Tokenizing sequences for ESM modeling'):
59
encoded_sequence, attention_mask = tokenizer(
60
seq,
61
padding='max_length',
0 commit comments