Steelskull
commited on
Commit
•
c757aba
1
Parent(s):
3e0d58c
Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,28 @@ Smart Resource Management: By honing in on specific areas for improvement, DLEC
|
|
31 |
|
32 |
This approach is about making informed, strategic enhancements to model architecture, prioritizing efficiency and effectiveness in utilizing neural network capabilities.
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
# This Method is still in development and I do not expect "Game Changing" or will I oversell this method, it is purely done for fun. Please let me know how the model works for you.
|
35 |
|
36 |
## 🧩 Configuration
|
|
|
31 |
|
32 |
This approach is about making informed, strategic enhancements to model architecture, prioritizing efficiency and effectiveness in utilizing neural network capabilities.
|
33 |
|
34 |
+
```ymal
|
35 |
+
-Possible_Beneficial_layers: #Layers of significance
|
36 |
+
- 0
|
37 |
+
- 3
|
38 |
+
- 4
|
39 |
+
- 7
|
40 |
+
- 8
|
41 |
+
- 11
|
42 |
+
- 12
|
43 |
+
- 15
|
44 |
+
- 16
|
45 |
+
- 19
|
46 |
+
- 20
|
47 |
+
- 23
|
48 |
+
- 24
|
49 |
+
- 27
|
50 |
+
- 28
|
51 |
+
- 31
|
52 |
+
- 32
|
53 |
+
```
|
54 |
+
Currently, I am still limited to Mergekit for this method which does not support single layer duping, this may have a impact on performance
|
55 |
+
|
56 |
# This Method is still in development and I do not expect "Game Changing" or will I oversell this method, it is purely done for fun. Please let me know how the model works for you.
|
57 |
|
58 |
## 🧩 Configuration
|