No description
| bigram.ipynb | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
llm_from_scratch
This repository contains every learning and/or experiment to use llm from scratch, following freeCodeCamp.org course. It's not for personal LLM experiments: for that there will be another repository.
- Create a Python Environment
- Install every library inserted in "requirements.txt" file.
-
- ##VERY IMPORTANT!! If "pip install pylzma" returns an error about "long int" and "uint32" conversion, consider to install using this command: "CFLAGS=-Wno-int-conversion pip install pylzma": it considers every value as uint32 and install pylzma!!!!