An open API service indexing awesome lists of open source software.

https://github.com/jhaayush2004/translatron

English to Hindi Translation Using Hugging Face Transformer
https://github.com/jhaayush2004/translatron

adam-optimizer huggingface-transformers nlp-machine-learning tensorflow

Last synced: about 2 months ago
JSON representation

English to Hindi Translation Using Hugging Face Transformer

Awesome Lists containing this project

README

        

# Translatron

English to Hindi Translation Using Hugging Face Transformer.

## About Model
This project aims to build a translation model capable of translating English sentences to Hindi using the state-of-the-art models available through the Hugging Face Transformers library. The process involves importing a pre-trained translation model from Hugging Face, fine-tuning it on a dataset containing English-Hindi parallel sentences, and evaluating its performance.

## Dataset
Visit dataset : https://huggingface.co/datasets/cfilt/iitb-english-hindi
How it looks ?

![App Screenshot](https://github.com/jhaayush2004/Translatron/blob/main/visuals/howdatalooks.png)

## Hugging Face Model
Model name : Helsinki-NLP/opus-mt-en-hi

Visit the model: https://huggingface.co/Helsinki-NLP/opus-mt-en-hi

Source language: English
Target language: Hindi

## How Output Looks Like ???

![App Screenshot](https://github.com/jhaayush2004/Translatron/blob/main/visuals/s1.png)

![App Screenshot](https://github.com/jhaayush2004/Translatron/blob/main/visuals/s2.png)

![App Screenshot](https://github.com/jhaayush2004/Translatron/blob/main/visuals/s3.png)

![App Screenshot](https://github.com/jhaayush2004/Translatron/blob/main/visuals/s4.png)

Special thanks to HUGGING FACE for proving such State-of-the-Art transformer model.