translaTHOR is a language translation project focused on translating English text to Bengali. Leveraging advanced natural language processing techniques, it utilizes the Transformers library and PyTorch framework to build and train translation models. The project is currently under development.
The project utilizes the SUPARA-BENCHMARK dataset for training and evaluation.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/PALLADIUM26/translaTHOR.git
cd translaTHOR
Install dependencies:
pip install torch transformers jupyter
Launch Jupyter Notebook:
jupyter notebook
Open and run notebooks:
English_to_Bengali_0.ipynbEnglish_to_Bengali_1.ipynbTranslate_EnglishToBangla.ipynbThese notebooks demonstrate the translation process and model usage.
saved_model/: Directory containing saved model checkpoints.English_to_Bengali_0.ipynb: Jupyter Notebook for initial translation experiments.English_to_Bengali_1.ipynb: Continuation of translation experiments.Translate_EnglishToBangla.ipynb: Notebook demonstrating translation using trained models.english_to_bengali_0.py: Python script for translation tasks.translate_englishtobangla.py: Another Python script for translation tasks.README.md: Project documentation.Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests. For major changes, please open an issue first to discuss your ideas.
16 commits
Jupyter Notebook
98.3%
Python
1.7%
translaTHOR is a language translation project focused on translating English text to Bengali. Leveraging advanced natural language processing techniques, it utilizes the Transformers library and PyTorch framework to build and train translation models. The project is currently under development.
The project utilizes the SUPARA-BENCHMARK dataset for training and evaluation.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/PALLADIUM26/translaTHOR.git
cd translaTHOR
Install dependencies:
pip install torch transformers jupyter
Launch Jupyter Notebook:
jupyter notebook
Open and run notebooks:
English_to_Bengali_0.ipynbEnglish_to_Bengali_1.ipynbTranslate_EnglishToBangla.ipynbThese notebooks demonstrate the translation process and model usage.
saved_model/: Directory containing saved model checkpoints.English_to_Bengali_0.ipynb: Jupyter Notebook for initial translation experiments.English_to_Bengali_1.ipynb: Continuation of translation experiments.Translate_EnglishToBangla.ipynb: Notebook demonstrating translation using trained models.english_to_bengali_0.py: Python script for translation tasks.translate_englishtobangla.py: Another Python script for translation tasks.README.md: Project documentation.Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests. For major changes, please open an issue first to discuss your ideas.
16 commits
Jupyter Notebook
98.3%
Python
1.7%