Skip to content

theFutureGuy/Translation-LLM-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English to French Translator

this is part of a course in LLM and my college course on Soft computing. I am using Encode-Decoder Architeture. and transformer is built from scratch.

Check it out by running with a 64-bit version of Python (the one labeled x86-64)

Apt Versions to try:

Ubuntu os -> ubuntu mate 18 python -> 3.6.8 numpy -> 1.17.0

mac os -> 10.14.6 python -> 3.6.4 numpy -> 1.17.0

Reference:

  1. https://www.datacamp.com/tutorial/pytorch-tutorial-building-a-simple-neural-network-from-scratch
  2. "https://arxiv.org/abs/1706.03762 - "Attention Is All You Need"
  3. DeepLearning.AI LLM notes

Releases

No releases published

Packages

No packages published