Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model:
|
| 5 |
+
- arcee-ai/SuperNova-Medius
|
| 6 |
+
tags:
|
| 7 |
+
- llmcompressor
|
| 8 |
+
---
|
| 9 |
+
# SuperNova-Medius-FP8-Dynamic
|
| 10 |
+
|
| 11 |
+
This is a FP8-quantized version of [arcee-ai/SuperNova-Medius](https://huggingface.co/arcee-ai/SuperNova-Medius) using the [llmcompressor](https://github.com/vllm-project/llm-compressor) library.
|
| 12 |
+
|
| 13 |
+
For more information about the quantization method, please visit [FP8 documentation used for quantization](https://github.com/vllm-project/llm-compressor/tree/main/examples/quantization_w8a8_fp8).
|