Samarvir S Vasale commited on
Commit
a08547d
1 Parent(s): be532ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
3
+ datasets:
4
+ - sahil2801/CodeAlpaca-20k
5
+ language:
6
+ - en
7
+ library_name: peft
8
+ license: apache-2.0
9
+ pipeline_tag: text-generation
10
+ ---
11
+
12
+ ## Kairos
13
+ 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.
14
+
15
+ ## Overview
16
+ 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.
17
+
18
+ ## Features
19
+ - Enhanced Code Generation: Generate high-quality code snippets that are efficient and syntactically correct.
20
+ - Improved Code Completion: Provide context-aware code completions to speed up development.
21
+ - Detailed Code Explanation: Offer clear explanations for code snippets, aiding in understanding complex logic.
22
+ - Wide Language Support: Supports multiple programming languages including Python, JavaScript, Java, C++, and more.