This project fine tunes the pre-trained model facebook/nllb-200-distilled-600M using the english to nepali translation dataset CohleM/english-to-nepali. The notebook english-to-nepali.ipynb provides the script written for finetuning the base model on our dataset
To try the project follow the following steps :
- Create a virtual environment
python -m venv venv
- Activate the environment
source ./venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Run the app
python app.py
- Rujen Gelal
- Santosh Pandey
- Shishir Bhandari