LF-Luis commited on
Commit
a274d23
·
verified ·
1 Parent(s): b6f4b2d

update readme

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
1
+ [MyLLM](https://github.com/LF-Luis/MyLLM) is a deep-learning personal project where I built a modern LLM (`LF_LLM-269M`) from the ground up. I focused on developing the core components required for pre-training an LLM, including writing the model-architecture code, handling large datasets, training the model efficiently, and evaluating its performance.
2
+
3
+ For more info on the model itself and how it was train see https://github.com/LF-Luis/MyLLM.
4
+
5
+ Model was trained on `2024_12_07-05_14_UTC`
6
+
7
+ ---
8
+ license: gpl-3.0
9
+ ---