winter / README.md
brucoder's picture
Update README.md
be8e674 verified
|
Raw
History Blame Contribute Delete
627 Bytes
# ❄️ 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