ChuGyouk/ApolloMoEDataset-korean
from datasets import load_dataset dataset = load_dataset("FreedomIntelligence/ApolloMoEDataset", data_files="ApolloMoEDataset.json", split="train") filtered_dataset = dataset.filter(lambda ex: ex['type']!="general" and ex['language']=="ko") At first glance, its quality is not bad.
011
Conversations for this repository live on Hugging Face.
CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.
Open discussions on Hugging Face