Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ❄️ Winter
|
| 2 |
+
|
| 3 |
+
**Winter** is a lightweight, open-source language model developed by **Ineza Aime Bruno**. Built for efficiency and performance, it provides a fast and accessible baseline for natural language processing tasks.
|
| 4 |
+
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
## 📌 Model Summary
|
| 8 |
+
|
| 9 |
+
* **Developed by:** Ineza Aime Bruno
|
| 10 |
+
* **Model Type:** Generative Pre-trained Transformer (`mini_gpt`)
|
| 11 |
+
* **Format:** Safetensors
|
| 12 |
+
* **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
| 13 |
+
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
## 🚀 Getting Started
|
| 17 |
+
|
| 18 |
+
### Prerequisites
|
| 19 |
+
|
| 20 |
+
Make sure you have `transformers` and `torch` installed:
|
| 21 |
+
|
| 22 |
+
```bash
|
| 23 |
+
pip install transformers torch
|