brucoder commited on
Commit
be8e674
·
verified ·
1 Parent(s): dc3a0f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -1,3 +1,23 @@
 
 
 
 
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
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