nfunctor commited on
Commit
07b2763
·
verified ·
1 Parent(s): 9a42530

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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).