Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,14 @@ This model was quantized using the following open-source tool:
|
|
| 22 |
There are two models - FP8 and FP8-balanced
|
| 23 |
|
| 24 |
- FP8 (2.4GB) : (***recommend***) maximize generation speed while preserving quality as much as possible.
|
| 25 |
-
- FP8-balanced : (***Personal Preference***) retain the prefix and suffix blocks intact, while exclusively modifying the Self-Attention and MLP layers. As a result, its performance is remarkably close to the original BF16 model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
## Quantized layers
|
| 28 |
|
|
|
|
| 22 |
There are two models - FP8 and FP8-balanced
|
| 23 |
|
| 24 |
- FP8 (2.4GB) : (***recommend***) maximize generation speed while preserving quality as much as possible.
|
| 25 |
+
- FP8-balanced (2.7GB) : (***Personal Preference***) retain the prefix and suffix blocks intact, while exclusively modifying the Self-Attention and MLP layers. As a result, its performance is remarkably close to the original BF16 model.
|
| 26 |
+
|
| 27 |
+
| quant | sample |
|
| 28 |
+
|------------|----------------------|
|
| 29 |
+
| **bf16** ||
|
| 30 |
+
| **fp8** ||
|
| 31 |
+
| **fp8-balanced** ||
|
| 32 |
+
|
| 33 |
|
| 34 |
## Quantized layers
|
| 35 |
|