|
--- |
|
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 |
|
|