Moleys/Filtered-Japanese-English-Parallel-Corpus
def prompt(japanese, english): system_prompt = cleandoc("""<s>[INST]Your role is to evaluate the accuracy of the provided Japanese to English translation. - Translations with parts missing should be rejected. - Incomplete translations should be rejected. - Inaccurate translations should be rejected. - Poor grammar should be rejected. - Any kind of mistake should be rejected. - Bad spelling should be rejected. - Low quality english should be rejected. - Low… See the full description on the dataset page: https://huggingface.co/datasets/Moleys/Filtered-Japanese-English-Parallel-Corpus.
5107
def prompt(japanese, english):
system_prompt = cleandoc("""<s>[INST]Your role is to evaluate the accuracy of the provided Japanese to English translation.
- Translations with parts missing should be rejected.
- Incomplete translations should be rejected.
- Inaccurate translations should be rejected.
- Poor grammar should be rejected.
- Any kind of mistake should be rejected.
- Bad spelling should be rejected.
- Low quality english should be rejected.
- Low quality japanese should be rejected.
- High quality translations should be accepted.
- Respond with only 'ACCEPT' or 'REJECT'."""
)
return system_prompt + f"JAPANESE: {japanese}\nENGLISH: {english}[/INST]\n"