SkyWater21/lv_go_emotions
Original dataset: GoEmotions dataset The dataset was machine translated to Latvian using free Google Translate API. Tool used for translation: deep-translator Translation script: from datasets import load_dataset from deep_translator import GoogleTranslator from deep_translator.exceptions import TranslationNotFound original_dataset = load_dataset("go_emotions", name="simplified") translator = GoogleTranslator(source="en", target="lv") def translate_batch(batch): original_text =… See the full description on the dataset page: https://huggingface.co/datasets/SkyWater21/lv_go_emotions.
071
