--- dataset_info: features: - name: english_sentence dtype: string - name: hindi_sentence dtype: string splits: - name: train num_bytes: 41188315 num_examples: 127705 download_size: 21737146 dataset_size: 41188315 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "english-to-hindi" **Dataset Card: English-to-Hindi Translation** **Overview:** - **Dataset Name:** English-to-Hindi Translation - **Dataset Size:** 128K sentences - **Source:** Curated list of English sentences paired with their Hindi translations. - **Use Case:** Training machine translation models, specifically English-to-Hindi translation using transformer architectures. **Data Collection:** - **Collection Method:** Manual translation by bilingual speakers. - **Data Quality:** High quality with accurate translations. **Dataset Composition:** - **Language Pair:** English to Hindi - **Text Type:** General sentences, covering a wide range of topics. - **Text Length:** Varied lengths of sentences. **Data Format:** - **Format:** CSV, each row containing an English sentence and its corresponding Hindi translation. **Licensing:** - **License:** MIT **Dataset Distribution:** - **Availability:** ```python from datasets import load_dataset dataset = load_dataset("Aarif1430/english-to-hindi") ``` ```shell curl -X GET "https://datasets-server.huggingface.co/rows?dataset=Aarif1430%2Fenglish-to-hindi&config=default&split=train&offset=0&length=100" ``` - **Download Size:** 21.7 MB **Potential Use Cases:** - Training and evaluating machine translation models. - Research in natural language processing, specifically in the field of translation. **Limitations:** - Limited coverage of domain-specific language or specialized terminology. **Additional Information:** - The dataset was created to facilitate research and development in English-to-Hindi machine translation. Researchers and developers are encouraged to contribute to and improve the dataset. **Citation:** - If you use this dataset in your work, please cite the dataset using the provided citation information. **References:** - https://huggingface.co/datasets/ai4bharat/samanantar