Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- chat
|
5 |
+
- assistant
|
6 |
+
- ollama
|
7 |
+
- llama3
|
8 |
+
- deepseek
|
9 |
+
- code-generation
|
10 |
+
- text-generation
|
11 |
+
- ai-agent
|
12 |
+
- timidlly
|
13 |
+
---
|
14 |
+
|
15 |
+
# 🧠 timidlly / unified-v1
|
16 |
+
|
17 |
+
**timidlly** is a purpose-built AI assistant that merges the deep reasoning capabilities of **LLaMA 3** with the precision and structure of **DeepSeek**. Trained and optimized to be helpful, humble, and human-aligned, `unified-v1` is designed to handle everything from conversation to code — gracefully.
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
+
## 🔍 Model Info
|
22 |
+
|
23 |
+
| Property | Value |
|
24 |
+
|--------------|----------------|
|
25 |
+
| Name | unified-v1 |
|
26 |
+
| Creator | [timidlly](https://huggingface.co/timidlly) |
|
27 |
+
| Size | 4.7 GB |
|
28 |
+
| Context Size | 8K tokens |
|
29 |
+
| Input Type | Text |
|
30 |
+
| Format | Ollama-ready |
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
## ✨ Key Features
|
35 |
+
|
36 |
+
- 🧬 **Fusion Core**: Merges LLaMA3's natural language understanding with DeepSeek’s coding intuition.
|
37 |
+
- 🎯 **Optimized for Reasoning**: Designed to explain, instruct, and build with clarity.
|
38 |
+
- 💡 **Use Cases**:
|
39 |
+
- Coding Assistant (Python, JS, Bash, etc.)
|
40 |
+
- Technical Q&A
|
41 |
+
- Natural Language Chat
|
42 |
+
- Lightweight Agent Capabilities
|
43 |
+
- Local or API-based inference (via Ollama)
|
44 |
+
|
45 |
+
---
|
46 |
+
|
47 |
+
## 🚀 How to Use (Ollama)
|
48 |
+
|
49 |
+
```bash
|
50 |
+
ollama run timidlly/unified-v1
|