Skip to content
#

multilingual-translations

Here are 16 public repositories matching this topic...

This Project is based on multilingual Translation by using the Transformer with an encoder-decoder architecture along with the multi-head self-attention layers with the positional encoding and embedding for better result and accuracy. Overall, this model converts the English to French language using various Techniques of NLP and DL.

  • Updated Apr 27, 2024
  • Jupyter Notebook

This repository contains a Python script that uses a pre-trained NBART (Neural Bidirectional AutoRegressive Transformer) model to perform multi-lingual translation tasks between several languages. The model was trained on multiple language pairs using data parallelism, allowing it to learn representations across all languages simultaneously.

  • Updated Mar 8, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the multilingual-translations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multilingual-translations topic, visit your repo's landing page and select "manage topics."

Learn more