File size: 627 Bytes
be8e674 dc3a0f5 be8e674 dc3a0f5 be8e674 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # ❄️ Winter
**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.
---
## 📌 Model Summary
* **Developed by:** Ineza Aime Bruno
* **Model Type:** Generative Pre-trained Transformer (`mini_gpt`)
* **Format:** Safetensors
* **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
---
## 🚀 Getting Started
### Prerequisites
Make sure you have `transformers` and `torch` installed:
```bash
pip install transformers torch |