Aryanharitsa/Quality_English_to_kannada_dataset
Quality English โ Kannada Translation Dataset ๐ฎ๐ณ This dataset contains highโquality synthetic bilingual pairs for English to Kannada translation.It was generated using Google Gemini with strict JSON formatting to ensure consistency and clean parsing. ๐ Contents Total examples: ~3,000 File format: CSV and JSONL Columns: input: Prompt in English prefixed with "Translate to Kannada: โฆ" output: Correct Kannada translation category: Semantic domain of theโฆ See the full description on the dataset page: https://huggingface.co/datasets/Aryanharitsa/Quality_English_to_kannada_dataset.
Quality English โ Kannada Translation Dataset ๐ฎ๐ณ
This dataset contains highโquality synthetic bilingual pairs for English to Kannada translation. It was generated using Google Gemini with strict JSON formatting to ensure consistency and clean parsing.
๐ Contents
- Total examples: ~3,000
- File format: CSV and JSONL
- Columns:
input: Prompt in English prefixed with"Translate to Kannada: โฆ"output: Correct Kannada translationcategory: Semantic domain of the sentenceseed_english: The original English seed used to generate the batchseed_kannada: The original Kannada seed used to generate the batch
๐๏ธ Categories Included
๐ License
This dataset is released under CC BY 4.0.
๐ Dataset Link
๐ง Usage in Python
from datasets import load_dataset
dataset = load_dataset("Aryanharitsa/Quality_English_to_kannada_dataset")
print(dataset)
print(dataset['train'][0])