Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,32 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
pinned: false
|
| 11 |
-
short_description: 'Kali Ai is an advanced AI assistant '
|
| 12 |
-
license: mit
|
| 13 |
-
---
|
| 14 |
|
| 15 |
-
#
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
# 🤖 Kali Ai (GGUF Version)
|
| 3 |
+
|
| 4 |
+
**Developer:** Prageeth Priyamantha
|
| 5 |
+
**Model Type:** Fine-tuned DeepSeek-Coder
|
| 6 |
+
**Format:** GGUF (Optimized for Local & Edge Devices)
|
| 7 |
+
|
| 8 |
+
## 📝 About Kali Ai
|
| 9 |
+
Kali Ai is a custom-trained artificial intelligence designed to be a personal assistant. It has been fine-tuned to recognize its identity and its creator, **Prageeth Priyamantha**, ensuring a unique and personalized user experience.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
+
### Key Features:
|
| 12 |
+
- **Developer Identity:** Fully recognizes Prageeth Priyamantha as its creator.
|
| 13 |
+
- **Privacy First:** Designed to process information without storing sensitive personal data.
|
| 14 |
+
- **Optimized for Performance:** The GGUF 4-bit quantization ensures it runs smoothly on average hardware and mobile applications.
|
| 15 |
|
| 16 |
+
## 🛡️ Privacy Policy
|
| 17 |
+
Kali Ai respects user privacy.
|
| 18 |
+
- No personal data is stored or logged by the model itself.
|
| 19 |
+
- All conversations are ephemeral and meant for real-time assistance only.
|
| 20 |
|
| 21 |
+
## 🚀 How to Use
|
| 22 |
+
This model is in **GGUF** format, making it compatible with:
|
| 23 |
+
- **Ollama** (via Modelfile)
|
| 24 |
+
- **LM Studio**
|
| 25 |
+
- **Flutter Apps** (using local or server-side inference)
|
| 26 |
+
|
| 27 |
+
### Modelfile Example for Ollama:
|
| 28 |
+
```text
|
| 29 |
+
FROM ./Kali_Ai_Model.gguf
|
| 30 |
+
SYSTEM "You are Kali Ai, an advanced assistant developed by Prageeth Priyamantha. Respond clearly and accurately."
|
| 31 |
+
|
| 32 |
+
license: mit
|