Skip to content

The objective is to extensively study the available deep learning solutions for the text to text translation problem using the French to English text dataset from hugging face.

Notifications You must be signed in to change notification settings

zestones/Text-to-Text-Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-Text Translation

The objective is to extensively study the available deep learning solutions for the text to text translation problem using the French to English text dataset from hugging face.

You can find the detailed analysis in the report.pdf, and the code in the notebooks directory. Also, check out the presentation for a quick overview of the project.

Models

The following models are used for the text-to-text translation problem:

  1. seq2seq
  2. seq2seq with Bidirectional and Embedding Layers
  3. seq2seq encoder-decoder with attention mechanism
  4. seq2seq encoder-decoder embedding bidirectional with attention mechanism
  5. Transformer (T-5 small)
  6. Torch Transformer (trained on the dataset)

About

The objective is to extensively study the available deep learning solutions for the text to text translation problem using the French to English text dataset from hugging face.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages