Skip to content

Commit d26618f

Browse files
author
Mani Khanuja
committed
updating train.py with model name
1 parent a27998a commit d26618f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
logger.addHandler(logging.StreamHandler(sys.stdout))
3232

3333
MAX_LEN = 512 # this is the max length of the sequence
34-
PRE_TRAINED_MODEL_NAME = 'Rostlab/prot_bert'
34+
PRE_TRAINED_MODEL_NAME = 'Rostlab/prot_bert_bfd_localization'
3535
tokenizer = BertTokenizer.from_pretrained(PRE_TRAINED_MODEL_NAME, do_lower_case=False)
3636

3737
def _get_train_data_loader(batch_size, training_dir):

0 commit comments

Comments
 (0)