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

Fix kor nli csv reader #855

Merged
merged 3 commits into from
Nov 16, 2020
Merged

Fix kor nli csv reader #855

merged 3 commits into from
Nov 16, 2020

Conversation

lhoestq
Copy link
Member

@lhoestq lhoestq commented Nov 16, 2020

The kor_nli dataset had an issue with the csv reader that was not able to parse the lines correctly. Some lines were merged together for some reason.
I fixed that by iterating through the lines directly instead of using a csv reader.
I also changed the feature names to match the other NLI datasets (i.e. use "premise", "hypothesis", "label" features)

Fix #821

@lhoestq lhoestq merged commit 3d1564e into master Nov 16, 2020
@lhoestq lhoestq deleted the fix-kor_nli-csv-reader branch November 16, 2020 13:59
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

Successfully merging this pull request may close these issues.

kor_nli dataset doesn't being loaded properly
1 participant