Sunday

Results 8 comments of Sunday

Found data have unbalance, fixed it and change num_classes but still have same problem.

When "from summarizer import Summarizer" done, came "model = Summarizer()" !...This part could not download indeed. I want to give up...

But how to download it separately?

@Twonki Thank you very much, but where should I put the downloaded files?

@Twonki Thank you! but I use ubuntu, and found nothing about .cache\torch\transformers. Maybe use command to download is well even though need a lot of time.

@aLLeENSmith 论该issue下的最佳回复,这位兄台我只服你。。

https://github.com/bojone/crf/issues/5#issuecomment-853124303 你们俩的结果不一样的,改成split('\n')出来的sents的每个元素是一句话;改成sents=sents[0]的sents的每个元素是一个单词,所以最后它们结果都不一样的。根据苏神代码里的注释,改split是应该是正确的。