vits_chinese icon indicating copy to clipboard operation
vits_chinese copied to clipboard

bert处理数据的使用使用的预训练模型是哪个呀?

Open zhaojingxin123 opened this issue 6 months ago • 0 comments

class CharEmbedding(nn.Module): def init(self, model_dir): super().init() self.tokenizer = BertTokenizer.from_pretrained(model_dir) 模型用的那个呀? image

zhaojingxin123 avatar Jul 31 '24 20:07 zhaojingxin123