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

[Bug] labels of glue/ax are all -1 #183

Closed
richarddwang opened this issue May 22, 2020 · 2 comments
Closed

[Bug] labels of glue/ax are all -1 #183

richarddwang opened this issue May 22, 2020 · 2 comments
Assignees

Comments

@richarddwang
Copy link
Contributor

richarddwang commented May 22, 2020

ax = nlp.load_dataset('glue', 'ax')
for i in range(30): print(ax['test'][i]['label'], end=', ')
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
@richarddwang richarddwang changed the title glue/ax should not use label "-1" [Bug] labels of glue/ax are all -1 May 22, 2020
@lhoestq lhoestq self-assigned this May 22, 2020
@lhoestq
Copy link
Member

lhoestq commented May 22, 2020

This is the test set given by the Glue benchmark. The labels are not provided, and therefore set to -1.

@richarddwang
Copy link
Contributor Author

Ah, yeah. Why it didn’t occur to me. 😂
Thank you for your comment.

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