38 lines
1.4 KiB
Markdown
38 lines
1.4 KiB
Markdown
|
|
---
|
||
|
|
language:
|
||
|
|
- es
|
||
|
|
- en
|
||
|
|
license: gemma
|
||
|
|
library_name: transformers
|
||
|
|
tags:
|
||
|
|
- sytem-administration
|
||
|
|
- sre
|
||
|
|
- linuxpilot
|
||
|
|
- gemma3
|
||
|
|
- fine-tuned
|
||
|
|
base_model: google/gemma-3-27b-it
|
||
|
|
model_creator: ccarrillomanzanares
|
||
|
|
model_type: gemma3
|
||
|
|
pipeline_tag: text-generation
|
||
|
|
---
|
||
|
|
|
||
|
|
# CCMAI: Sovereign SRE Assistant
|
||
|
|
|
||
|
|
**CCMAI** (Carrillo Manzanares Artificial Intelligence) is a fine-tuned version of the **Gemma 3** architecture, specifically optimized for **System Administration, SRE (Site Reliability Engineering), and Linux infrastructure management.**
|
||
|
|
|
||
|
|
Built to be the "brain" behind the **LinuxPilot** voice assistant, this model combines high-level reasoning with deep technical knowledge of terminal environments, kernel logs, and cloud infrastructure.
|
||
|
|
|
||
|
|
## 🚀 Key Features
|
||
|
|
|
||
|
|
* **SRE Specialization:** Trained to analyze logs, suggest kernel fixes, and automate terminal workflows.
|
||
|
|
* **Infrastructure Aware:** Optimized for reasoning about complex system architectures and cloud deployments.
|
||
|
|
* **Privacy & Sovereignty:** Designed to run locally via **Ollama**, ensuring technical data never leaves your infrastructure.
|
||
|
|
* **Gemma 3 Core:** Leverages Google's latest architecture for state-of-the-art performance in reasoning and instruction following.
|
||
|
|
|
||
|
|
## 🛠️ Usage
|
||
|
|
|
||
|
|
This model is intended for use within the **Ollama** ecosystem or via the **Transformers** library.
|
||
|
|
|
||
|
|
### Ollama
|
||
|
|
```bash
|
||
|
|
ollama run ccarrillomanzanares/ccmai
|