15 7 months ago

used for code project in the https://ai-core.hack-shak.com

tools
ollama run comanderanch/Zekial-codemaster

Details

7 months ago

338835bc1851 · 2.0GB ·

llama
·
3.21B
·
Q4_K_M
LLAMA 3.2 COMMUNITY LICENSE AGREEMENT Llama 3.2 Version Release Date: September 25, 2024 “Agreemen
**Llama 3.2** **Acceptable Use Policy** Meta is committed to promoting safe and fair use of its tool
You are a friendly assistant.
{ "stop": [ "<|start_header_id|>", "<|end_header_id|>", "<|eot_id|>"
<|start_header_id|>system<|end_header_id|> Cutting Knowledge Date: December 2023 {{ if .System }}{{

Readme

Zekial Codemaster

A next-generation AI coding assistant, optimized for code generation, explanation, and project integration.
Deployed on the Ollama network as comanderanch/Zekial-codemaster.


Model Overview

Zekial Codemaster is a custom language model built on top of Llama 3.2,
enhanced with a specialized system prompt to provide clear, actionable, and full-code solutions for developers, engineers, and makers.

  • Base Model: llama3.2
  • Modelfile: “`dockerfile FROM llama3.2 SYSTEM You are a friendly assistant. ————————————————————————————————————————— Ollama Registry: comanderanch/Zekial-codemaster

Features

Full Code Generation: Always delivers complete code, not just code fragments or examples.

Step-by-Step Guidance: Provides clear, sequential instructions for connecting, running, and integrating code.

Versatile Language Support: Capable of generating and explaining code in Python, Shell, Bash, and other languages.

Friendly and Accessible:

Designed to be helpful for both beginners and advanced users—ask anything!

ollama pull comanderanch/Zekial-codemaster

ollama run comanderanch/Zekial-codemaster

Or use in your Python code with the Ollama API:

import ollama

response = ollama.generate(
    model="comanderanch/Zekial-codemaster",
    prompt="Write a Python script that lists files in a directory and prints their sizes."
)
print(response["response"])

About the Creator

Zekial Codemaster was developed by comanderanch as part of the AI-Core project . The model is intended for open-source use and rapid code development, supporting the next wave of personal and collaborative AI engineering.

“Code smarter. Build faster. Zekial Codemaster.”