Skip to content
New issue

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

model_fn中对eval的评估指标 #28

Open
YayoYY opened this issue Feb 28, 2020 · 1 comment
Open

model_fn中对eval的评估指标 #28

YayoYY opened this issue Feb 28, 2020 · 1 comment

Comments

@YayoYY
Copy link

YayoYY commented Feb 28, 2020

你好,想请问在model_fn对验证集定义评估指标的时候,选择的label_list下标是:
indices = [2, 3, 4, 5, 6, 7]
可是在NERProcessor中对应的标签是:
["O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "X", "[CLS]", "[SEP]"],能够帮忙解释一下吗?

@BlueStragglers
Copy link

意思就是仅评估B-PER、I-PER、B-ORG、I-ORG、B-LOC、I-LOC这些指标是否正确

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants