zainabfatima097/SAWiT.AI
Text2Text Generation
β’
Updated
The dataset viewer should be available soon. Please retry later.
This dataset consists of parallel Hindi-English text pairs intended for training and fine-tuning machine translation models. The data has been collected from various sources to ensure diversity in sentence structures and vocabulary.
hi
) en
) source_text
: The original Hindi sentence target_text
: The corresponding English translationThe dataset has been curated from multiple publicly available resources, including open datasets, literary texts, and crowd-sourced translations. Low-quality translations have been filtered out to improve accuracy.
from datasets import load_dataset
dataset = load_dataset("your-huggingface-username/your-dataset-name")
print(dataset)