Skip to content

bug? #6364

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

Closed
RileyShe opened this issue Jul 11, 2023 · 1 comment
Closed

bug? #6364

RileyShe opened this issue Jul 11, 2023 · 1 comment
Assignees
Labels

Comments

@RileyShe
Copy link

next_sentence_label = 1 if instance.is_random_next else 0

这行代码逻辑是不是写错了,应该是 next_sentence_label = 1 if not instance.is_random_next else 0

@w5688414
Copy link
Contributor

w5688414 commented May 7, 2024

都行,欢迎开发者贡献

@paddle-bot paddle-bot bot closed this as completed May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants