update readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 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 |
+
---
|