nezha_gpt_dialog icon indicating copy to clipboard operation
nezha_gpt_dialog copied to clipboard

Results 3 nezha_gpt_dialog issues
Sort by recently updated
recently updated
newest added

` # 建立并加载模型 model = build_transformer_model( config_path, checkpoint_path, model='nezha', application='lm', ) model.summary() ` application为什么不是unilm?

config_path = '/root/kg/bert/nezha_gpt_dialog/config.json' checkpoint_path = '/root/kg/bert/nezha_gpt_dialog/model.ckpt' dict_path = '/root/kg/bert/nezha_gpt_dialog/vocab.txt'