File size: 1,398 Bytes
cd43a25 c125ce5 cd43a25 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
---
license: mit
tags:
- chat
- assistant
- ollama
- llama3
- deepseek
- code-generation
- text-generation
- ai-agent
- timidlly
---
# 🧠 timidlly / unified-v1
**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.
🟢 **Hosted on Ollama**: [https://ollama.com/timidlly/unified-v1](https://ollama.com/timidlly/unified-v1)
---
## 🔍 Model Info
| Property | Value |
|--------------|----------------|
| Name | unified-v1 |
| Creator | [timidlly](https://huggingface.co/timidlly) |
| Size | 4.7 GB |
| Context Size | 8K tokens |
| Input Type | Text |
| Format | Ollama-ready |
---
## ✨ Key Features
- 🧬 **Fusion Core**: Merges LLaMA3's natural language understanding with DeepSeek’s coding intuition.
- 🎯 **Optimized for Reasoning**: Designed to explain, instruct, and build with clarity.
- 💡 **Use Cases**:
- Coding Assistant (Python, JS, Bash, etc.)
- Technical Q&A
- Natural Language Chat
- Lightweight Agent Capabilities
- Local or API-based inference (via Ollama)
---
## 🚀 How to Use (Ollama)
```bash
ollama run timidlly/unified-v1
|