mradermacher/hindi-colloquial-gpt2-GGUF
Updated
•
300
This dataset contains pairs of English Text and Hindi Colloquial Text, designed for training machine learning models for translation .
The dataset was created as part of a hackathon organized by Swati.
English Text | Colloquial Text |
---|---|
Take this medicine after food. | Ei oshudh ta kheye tarpor nao. |
Hospitals provide emergency care. | Hospital e emergency care paoa jay. |
The bus fare to Durgapur is 200 rupees. | Durgapur er bus bhara 200 taka. |
... | ... |
To load the dataset, you can use the following code with the Hugging Face datasets
library:
from datasets import load_dataset
dataset = load_dataset("SirirshaD/hindi_colloquial_dataset")
print(dataset)
.