Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
colorFrom: red
|
5 |
colorTo: purple
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
|
|
|
1 |
---
|
2 |
title: README
|
3 |
+
emoji: 🚀
|
4 |
colorFrom: red
|
5 |
colorTo: purple
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
+
license: apache-2.0
|
9 |
+
short_description: Understanding LLMs from scratch
|
10 |
---
|
11 |
|
12 |
+
Welcome to LLMs from Scratch. We (Ayush and Aritra) are on a journey to understand the essence of LLMs from the first principles.
|