macadeliccc
commited on
Commit
•
cd8bb7c
1
Parent(s):
fb14edd
Update README.md
Browse files
README.md
CHANGED
@@ -176,6 +176,10 @@ Otherwise, it selects the pivot as the middle element of the array. Then, it par
|
|
176 |
It recursively sorts the left and right sub-arrays and concatenates the results with the middle sub-array to obtain the final sorted array.
|
177 |
|
178 |
|
|
|
|
|
|
|
|
|
179 |
## Eval
|
180 |
|
181 |
**Model evaluated in 4bit**
|
|
|
176 |
It recursively sorts the left and right sub-arrays and concatenates the results with the middle sub-array to obtain the final sorted array.
|
177 |
|
178 |
|
179 |
+
## Quantization
|
180 |
+
|
181 |
+
[4-bit AWQ](https://huggingface.co/macadeliccc/laser-dolphin-mixtral-4x7b-dpo-AWQ)
|
182 |
+
|
183 |
## Eval
|
184 |
|
185 |
**Model evaluated in 4bit**
|