Views
No views yet
AdamW optimizer and set num_epochs = 1, lr = 2e-5, eps = 1e-8batch_size = 6 (13.5Gb memory)batch_size = 50 (37Gb memory) and fp16 = True6,673 PPL for SE-BERTPPL (perplexity) on the test corpus (10K context with a maximum length of 512 tokens)PPL (perplexity) on the requirement datasetsMAE, MSE, MMRE, PRED(30), ACC1from transformers import AutoModel, AutoTokenizer
2tokenizer = AutoTokenizer.from_pretrained("burakkececi/bert-software-engineering/model")
3model = AutoModel.from_pretrained("burakkececi/bert-software-engineering/tokenizer")