We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我直接在Anaconda的spyder里运行test.py文件,输入测试句子“一叶子面膜真不错”,结果是这样的:{'string': '一叶子面膜真不错', 'entities': []}, 这好像跟你的不一样...请问要run的话是要run 那两个ipynb文件吗
The text was updated successfully, but these errors were encountered:
您好。BrandsNERModel_Test.ipynb 实际上就是加载了 test.py 文件,故运行二者之一皆可以。
BrandsNERModel_Test.ipynb
test.py
“一叶子” 是我们业务相关的实体,data 下的训练数据只是部分训练数据 (由于是部分的训练数据,可能数据集中不包括 “一叶子”),而我给的例子是根据全部训练数据训练的模型的预测结果。
data
故您需要设置自己的训练集训练模型。
Sorry, something went wrong.
原来如此,谢谢! 那想问一下,有没有一些公开的训练集资源呢?
英文有一些公开的语料 CoNLL-2002 and CoNLL-2003 datasets, 抱歉中文我不知道哪里有,自己搜索一下或者自己构建吧。
好的,谢谢~
No branches or pull requests
您好,我直接在Anaconda的spyder里运行test.py文件,输入测试句子“一叶子面膜真不错”,结果是这样的:{'string': '一叶子面膜真不错', 'entities': []},
这好像跟你的不一样...请问要run的话是要run 那两个ipynb文件吗
The text was updated successfully, but these errors were encountered: