Update README.md
Browse files
README.md
CHANGED
@@ -71,9 +71,9 @@ base_model: ZeusLabs/L3-Aethora-15B-V2
|
|
71 |
parameters:
|
72 |
t:
|
73 |
- filter: o_proj
|
74 |
-
value: 0 #take from Aethora
|
75 |
- filter: down_proj
|
76 |
-
value: 0 #take from Aethora
|
77 |
- value: 1 #rest of tensors SPPO
|
78 |
dtype: float32
|
79 |
|
|
|
71 |
parameters:
|
72 |
t:
|
73 |
- filter: o_proj
|
74 |
+
value: 0 #take finetuned from Aethora
|
75 |
- filter: down_proj
|
76 |
+
value: 0 #take finetuned from Aethora
|
77 |
- value: 1 #rest of tensors SPPO
|
78 |
dtype: float32
|
79 |
|