CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes1downloads
Dataset Card

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 sentence
  • โ€”seed_english: The original English seed used to generate the batch
  • โ€”seed_kannada: The original Kannada seed used to generate the batch

๐Ÿ—‚๏ธ Categories Included

CategoryExamples
Greetings / Goodbyesโœ”
Questionsโœ”
Travel / Directionsโœ”
Weather / Time / Natureโœ”
Family / Social / Daily Lifeโœ”
Idioms / Metaphors / Proverbsโœ”
Complex / Compound Sentencesโœ”
Cultural / Indian Contextsโœ”
Reasoning / Comparison / Differenceโœ”

๐Ÿ“œ License

This dataset is released under CC BY 4.0.

๐Ÿ”— Dataset Link

**View on Hugging Face โ†’**


๐Ÿ”ง Usage in Python

python
from datasets import load_dataset

dataset = load_dataset("Aryanharitsa/Quality_English_to_kannada_dataset")
print(dataset)
print(dataset['train'][0])