摘要: ```py class AlbertGroup(nn.Module): def __init__(self, config): super(AlbertGroup, self).__init__() self.inner_group_num = config.inner_group_num self 阅读全文
posted @ 2023-08-21 18:25 绝不原创的飞龙 阅读(47) 评论(0) 推荐(0)