Text Generation
PEFT
GGUF
English
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="XeroCodes/kairos-gguf",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Kairos

Kairos is a fine-tuned language model based on unsloth/codegemma-2b-bnb-4bit, optimized to excel as a coding assistant. This model has been fine-tuned to enhance its ability to understand and generate code, making it an invaluable tool for developers.

Overview

Kairos leverages the strong foundation of the CodeGemma-2B-BNB-4bit model and enhances its capabilities through fine-tuning. The result is a model that offers superior performance in generating, completing, and explaining code across various programming languages.

Features

  • Enhanced Code Generation: Generate high-quality code snippets that are efficient and syntactically correct.
  • Improved Code Completion: Provide context-aware code completions to speed up development.
  • Detailed Code Explanation: Offer clear explanations for code snippets, aiding in understanding complex logic.
  • Wide Language Support: Supports multiple programming languages including Python, JavaScript, Java, C++, and more.
Downloads last month
13
GGUF
Model size
3B params
Architecture
gemma
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

32-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for XeroCodes/kairos-gguf

Adapter
(1)
this model

Dataset used to train XeroCodes/kairos-gguf