Yuning Jiang
Yuning Jiang
您好!感谢分享!我在运行的时候出现了以下问题(已经load model了): Start extracting... Building prefix dict from the default dictionary ... Loading model from cache /var/folders/_t/9brcc8tj3jbd5v9455w8bzh80000gp/T/jieba.cache Loading model cost 0.989 seconds. Prefix dict has been built successfully. Traceback (most...
在虚拟环境(Windows amd64)上安装了pkuseg,并且已经单独下载postag.zip,解压后放在了.pkuseg文件夹下,同式保留了zip包。仍然出现了FileNotFoundError,求助如何解决,多谢!
运行bash scripts/run_ner_softmax.sh 的时候SyntaxError: invalid syntax如图:  请教如何解决?谢谢。
您好,我使用resume-zh的数据集,然后只改动了.cuda为.cpu,其他按照instruction直接run了main.py。结果所有epoch生成的entity的precision,recall和F1 都是0: /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/transformers/optimization.py:310: FutureWarning: This implementation of AdamW is deprecated and will be removed in a future version. Use the PyTorch implementation torch.optim.AdamW instead, or set `no_deprecation_warning=True` to disable this...
请教raw_data 里面的train.json和eval.json到哪里下载?在kgCLUE里面找到了train.json,但是找不到eval.json。