Samarvir S Vasale
commited on
Commit
•
0170e99
1
Parent(s):
4c4a6d7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Kairos
|
2 |
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.
|
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 |
|