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: Mistranslation of 'odd' in Korean dataset #111

Merged
merged 1 commit into from
Aug 31, 2024
Merged

fix: Mistranslation of 'odd' in Korean dataset #111

merged 1 commit into from
Aug 31, 2024

Conversation

rapsealk
Copy link
Contributor

@rapsealk rapsealk commented Aug 31, 2024

Hello KoAlpaca!

This pull request suggests to update the mistranslated word 'odd' from '홀수' to '이상한'.

Eng

    {
        "instruction": "Identify the odd one out.",
        "input": "Twitter, Instagram, Telegram",
        "output": "Telegram"
    },

Kor

  {
-   "instruction": "홀수 중 하나를 밝히세요.",
+   "instruction": "이상한 것을 찾아보세요.",
    "input":"트위터, 인스타그램, 텔레그램",
    "output":"텔레그램입니다."
  },

@Beomi Beomi merged commit b7ee032 into Beomi:main Aug 31, 2024
1 check passed
@rapsealk rapsealk deleted the fix/ko-data-translation-6-odd branch August 31, 2024 05:31
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.

2 participants