Haokun Zhang

Results 10 issues of Haokun Zhang

老师您好,百度网盘过期了,能否分享一下新的呢

rumor姐姐你好,那个学习路线的下载地址是无效的呀,是不是网站服务器已经关了呢

Hi, really like your work, have you considered using this framework for few-shot named entity recognition work? or do you have an example code for it, looking forward to the...

question

你好,想问下训练的时候保存的模型是依据test保存的,怎么predict的时候还是看test上的性能啊

请问这里的预训练是指增量预训练(在原来llama的权重基础上继续预训练吗)

作者您好,请问有两个评估结果,分别是test_f1和test_rev_f1请问这两个数据有何区别呢 ![image](https://user-images.githubusercontent.com/39120036/165103223-86bb0f1e-f696-41e7-8d20-4ccad1b45062.png)

How can I get the training loss ?

大佬您好,看了你的代码很赞。 不过今天在学习的时候,发现一点小问题 utils.py的第223行此处`loader = DataLoader(ner, batch_size=config.batch_size, shuffle=True)`代码有误。 应该改为`loader = DataLoader(ner, batch_size=config.batch_size, shuffle=True,collate_fn=collate_fn)`