huggingface:transformers库(以前称为pytorch-transformers、pytorch-pretrained-bert)

一、transformers、pytorch-transformers、pytorch-pretrained-bert 三者的关系

网上的一些介绍是“transformers包又名pytorch-transformers或者pytorch-pretrained-bert”

但是根据一些了解,实际上transformers库是最新的版本(以前称为pytorch-transformers和pytorch-pretrained-bert)

所以它在前两者的基础上对一些函数与方法进行了改进,包括一些函数可能只有在transformers库里才能使用,所以使用transformers库比较方便。

它提供了一些列的STOA模型的实现,包括(Bert、XLNet、RoBERTa等)。




参考资料:
transformers、pytorch-transformers、pytorch-pretrained-bert的关系
transformers、pytorch-transformers、pytorch-pretrained-bert的使用与介绍
pytorch_pretrained_bert换成transformers踩坑
Pytorch-Bert预训练模型的使用(调用transformers)

你可能感兴趣的:(#,Pytorch,pytorch,transformers)