Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Chris Dauksza AI Model
|
2 |
|
3 |
This repository contains a custom AI model tailored for generating complete, functional, and optimized code, designed with 32,768-token context and robust configuration options. The model reflects the expertise and communication style of Chris Dauksza, the founder of StarMaint AI, StarReliability AI, and EZMaint.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Qwen/QwQ-32B-Preview
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- industrial
|
10 |
+
- maintenance
|
11 |
+
- thinker
|
12 |
+
- o1
|
13 |
+
- thought
|
14 |
+
- dauksza
|
15 |
+
- starmaint_ai
|
16 |
+
---
|
17 |
# Chris Dauksza AI Model
|
18 |
|
19 |
This repository contains a custom AI model tailored for generating complete, functional, and optimized code, designed with 32,768-token context and robust configuration options. The model reflects the expertise and communication style of Chris Dauksza, the founder of StarMaint AI, StarReliability AI, and EZMaint.
|