bleachbeauty
Results
2
issues of
bleachbeauty
加载自己训练的Roberta,如果使用 tokenizer = AutoTokenizer/BertTokenizerFast.from_pretrained() model = AutoModel.from_pretrained() 会出提示: **Some weights of the model checkpoint** at D:\PTM3\\roberta-c **were not used when initializing RobertaModel**: ['lm_head.bias', 'lm_head.layer_norm.bias', 'lm_head.layer_norm.weight', 'lm_head.dense.bias', 'lm_head.decoder.bias', 'lm_head.dense.weight', 'lm_head.decoder.weight'] -...