darkps commited on
Commit
ffa7dcd
·
verified ·
1 Parent(s): 1477ded

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -5,7 +5,7 @@ author: Dark
5
  library_name: transformers
6
 
7
  tags:
8
- - darkit-v2.5
9
  - open-source
10
  - text-generation
11
  - programming
@@ -13,16 +13,16 @@ tags:
13
  - fine-tuning
14
  - customizable
15
 
16
- base_model: darkps/darkit-v2.5
17
  model_type: custom
18
  pipeline_tag: text-generation
19
  ---
20
 
21
- # DarkIT v2.5
22
 
23
  DarkIT is a next-generation high-performance large language model engineered for **advanced programming, deep reasoning, and natural human conversation**.
24
 
25
- DarkIT v2.5 introduces major improvements in:
26
 
27
  * Advanced code generation
28
  * Complex debugging & error analysis
@@ -36,9 +36,9 @@ DarkIT v2.5 introduces major improvements in:
36
 
37
  ---
38
 
39
- # What's New in v2.5
40
 
41
- DarkIT v2.5 has been significantly upgraded with a massive programming-focused training phase.
42
 
43
  ### Major Improvements
44
 
@@ -53,7 +53,7 @@ DarkIT v2.5 has been significantly upgraded with a massive programming-focused t
53
 
54
  ### Programming Capabilities
55
 
56
- DarkIT v2.5 performs strongly across:
57
 
58
  * Python
59
  * C++
@@ -72,9 +72,9 @@ DarkIT v2.5 performs strongly across:
72
  # Key Specifications
73
 
74
  * **Model Family:** DarkIT Coder
75
- * **Version:** v2.5
76
- * **Model Size:** 15B Parameters
77
- * **Context Length:** 256k Tokens
78
  * **Format:** GGUF (optimized for efficient local deployment)
79
  * **Inference Support:** CPU / GPU
80
  * **Primary Focus:** Programming & Technical Reasoning
@@ -94,7 +94,7 @@ DarkIT v2.5 performs strongly across:
94
 
95
  # Recommended Usage
96
 
97
- DarkIT v2.5 performs best when used for:
98
 
99
  * Software development
100
  * AI engineering tasks
 
5
  library_name: transformers
6
 
7
  tags:
8
+ - darkit-v1.5
9
  - open-source
10
  - text-generation
11
  - programming
 
13
  - fine-tuning
14
  - customizable
15
 
16
+ base_model: darkps/darkit-v1.5
17
  model_type: custom
18
  pipeline_tag: text-generation
19
  ---
20
 
21
+ # DarkIT v1.5
22
 
23
  DarkIT is a next-generation high-performance large language model engineered for **advanced programming, deep reasoning, and natural human conversation**.
24
 
25
+ DarkIT v1.5 introduces major improvements in:
26
 
27
  * Advanced code generation
28
  * Complex debugging & error analysis
 
36
 
37
  ---
38
 
39
+ # What's New in v1.5
40
 
41
+ DarkIT v1.5 has been significantly upgraded with a massive programming-focused training phase.
42
 
43
  ### Major Improvements
44
 
 
53
 
54
  ### Programming Capabilities
55
 
56
+ DarkIT v1.5 performs strongly across:
57
 
58
  * Python
59
  * C++
 
72
  # Key Specifications
73
 
74
  * **Model Family:** DarkIT Coder
75
+ * **Version:** v1.5
76
+ * **Model Size:** 4B Parameters
77
+ * **Context Length:** 40k Tokens
78
  * **Format:** GGUF (optimized for efficient local deployment)
79
  * **Inference Support:** CPU / GPU
80
  * **Primary Focus:** Programming & Technical Reasoning
 
94
 
95
  # Recommended Usage
96
 
97
+ DarkIT v1.5 performs best when used for:
98
 
99
  * Software development
100
  * AI engineering tasks