ksjpswaroop commited on
Commit
18cf18f
·
verified ·
1 Parent(s): 69df5d8

Improve model description: features, strengths, personal AI benefits

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -13,13 +13,21 @@ tags:
13
 
14
  # zindango-slm
15
 
16
- A generic instruction-following model for Zindango that **only responds in English** and never generates Chinese.
17
 
18
  ## Features
19
 
20
- - **Identity**: Identifies as zindango-slm, the Zindango model
21
- - **Generic use**: Broad instruction-following for Zindango use cases
22
- - **No Chinese**: Never generates Chinese—rejects Chinese prompts and refuses requests to output Chinese
 
 
 
 
 
 
 
 
23
 
24
  ## GGUF (llama.cpp)
25
 
 
13
 
14
  # zindango-slm
15
 
16
+ A lightweight, capable instruction-following model for Zindango. Fine-tuned for clarity, versatility, and personal AI workloads.
17
 
18
  ## Features
19
 
20
+ - **Task-agnostic**: Handles summaries, Q&A, drafting, analysis, and open-ended assistance
21
+ - **Consistent identity**: Reliably introduces itself as zindango-slm, the Zindango model
22
+ - **English-optimized**: Tuned for natural, coherent responses in English
23
+
24
+ ## Why zindango-slm for Personal AI
25
+
26
+ - **3B parameters** — Runs on consumer hardware (CPU, modest GPUs, edge devices) without cloud dependencies
27
+ - **Compact and fast** — Low latency for real-time conversations and local inference
28
+ - **Privacy-preserving** — Run entirely on-device; no data leaves your machine
29
+ - **Customizable base** — Easy to further fine-tune for your own workflows and preferences
30
+ - **GGUF support** — Use with llama.cpp for efficient CPU inference and broad compatibility
31
 
32
  ## GGUF (llama.cpp)
33