Dr-Corgi

Results 8 comments of Dr-Corgi

官方文档里面有:https://nlu.rasa.com/python.html from rasa_nlu.model import Metadata, Interpreter from rasa_nlu.config import RasaNLUConfig interpreter = Interpreter.load(model_directory, RasaNLUConfig("sample_configs/config_spacy.json")) interpreter.parse(u"The text I want to understand")

@xiaolong2009 需要自备梯子

@crownpku 我这边用的应该是这个仓库最新的版本了,不过这两天在忙其他的事就没有仔细寻求解决方案。回头我也尝试一下楼上您提供的NER识别方法,看看能不能解决这个问题。谢谢!

I have found a solution in #285 It work for me.

hi, I faced the same problem and I fixed it by reinstalling the peft and transformers package.

Good first issue √