burtenshaw HF Staff commited on
Commit
a07dfa4
·
verified ·
1 Parent(s): fc5fbd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ Welcome to the **nanochat students** organization\! This is a community organiza
15
 
16
  nanochat is a complete implementation of an LLM like ChatGPT in a minimal, hackable codebase. It's designed as the capstone project for the LLM101n course by Eureka Labs, teaching you to build and train your own ChatGPT clone end-to-end.
17
 
18
- <div style="background: linear-gradient(135deg, lightcoral 0%, lightgray 100%); border-radius: 12px; padding: 30px; color: white; text-align: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); max-width: 800px; margin: 20px auto;">
19
  <a href="https://huggingface.co/spaces/nanochat-students/README/discussions"><h2 style="margin: 0 0 10px 0; font-size: 28px;">Check out the community here!</h2></a>
20
  </div>
21
 
 
15
 
16
  nanochat is a complete implementation of an LLM like ChatGPT in a minimal, hackable codebase. It's designed as the capstone project for the LLM101n course by Eureka Labs, teaching you to build and train your own ChatGPT clone end-to-end.
17
 
18
+ <div style="background: lightblue; border-radius: 12px; padding: 30px; color: white;; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); max-width: 800px; margin: 10px auto;">
19
  <a href="https://huggingface.co/spaces/nanochat-students/README/discussions"><h2 style="margin: 0 0 10px 0; font-size: 28px;">Check out the community here!</h2></a>
20
  </div>
21