Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🧠 Mineral-1B
|
| 2 |
+
|
| 3 |
+
**Mineral-1B** is a lightweight open language model under the **Apache License 2.0**, built using **Hugging Face AutoTrain** for smart and automatic model management.
|
| 4 |
+
The project aims to create a flexible LLM capable of natural conversation, reasoning, and code assistance.
|
| 5 |
+
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## ⚙️ Configuration
|
| 9 |
+
- **Base model:** `microsoft/phi-2`
|
| 10 |
+
- **Pipeline:** `text-generation`
|
| 11 |
+
- **Library:** `transformers`
|
| 12 |
+
- **License:** Apache 2.0
|
| 13 |
+
- **Training:** AutoTrain (no dataset
|