1337Elm / LLM

1 stars 0 forks source link

Create Roadmap #3

Open m4dnezz opened 7 months ago

m4dnezz commented 7 months ago

@1337Elm We need some roadmap or project layout. My main questions about the project right now:

Good link i've found: https://www.freecodecamp.org/news/how-to-build-a-large-language-model-from-scratch-using-python/ https://www.geeksforgeeks.org/large-language-model-llm/ https://web.stanford.edu/~jurafsky/slp3/10.pdf https://uoft-csc413.github.io/2023/assets/tutorials/tut09_llm.pdf

1337Elm commented 7 months ago

My votes:

  1. Pyton, easiest to use to actually make progress. C++ is probably just unecessarily difficult.
  2. Pytorch, no reason to struggle through a new framework.
  3. Expand on what cloud deployment would entail.
  4. Basically a gpt copy, so facts.
  5. Building the network and training structure, in parallell fix a database to train on and then later on build a website or app to be able to actually use the AI.
1337Elm commented 7 months ago

Then expand this webesite with image generating, other networks that would be cool to have buildt and to be able to use