Ashx098 commited on
Commit
a6534e0
·
verified ·
1 Parent(s): e783af2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -22,9 +22,8 @@ inference:
22
 
23
  # 🧠 Mini-LLM — 80M Parameter Transformer (Pretrained From Scratch)
24
 
25
- <p align="center">
26
- <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/badges-thumbnail.png" width="120"/>
27
- </p>
28
 
29
  **Mini-LLM** is an 80M parameter decoder-only transformer trained **fully from scratch** using a custom tokenizer, custom architecture, and custom training loop.
30
  It is designed as an educational + research-friendly minimal LLM that demonstrates how modern LLM components are built end-to-end.
 
22
 
23
  # 🧠 Mini-LLM — 80M Parameter Transformer (Pretrained From Scratch)
24
 
25
+ [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)]()
26
+ [![Model Size](https://img.shields.io/badge/params-80M-blue.svg)]()
 
27
 
28
  **Mini-LLM** is an 80M parameter decoder-only transformer trained **fully from scratch** using a custom tokenizer, custom architecture, and custom training loop.
29
  It is designed as an educational + research-friendly minimal LLM that demonstrates how modern LLM components are built end-to-end.