This corpus is extracted from Helsinki-NLP/opus-100, with Japanese and English pairs.
How to use
It is used in much the same way as Helsinki-NLP/opus-100. The only difference is that you do not have to specify the language.
from datasets import load_dataset
dataset = load_dataset("Hoshikuzu/opus-100-en-ja")