INC4AI commited on
Commit
e8c17a6
·
verified ·
1 Parent(s): 9b354a6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - unsloth/DeepSeek-R1-BF16
5
+ ---
6
+ ## Model Details
7
+
8
+ This model card is for mxfp8 quantization of [unsloth/DeepSeek-R1-BF16](https://huggingface.co/unsloth/DeepSeek-R1-BF16) based on [intel/auto-round](https://github.com/intel/auto-round) with FP8KV and FP8ATTN enabled.
9
+ Please follow the license of the original model.
10
+
11
+ ## How to Use
12
+
13
+ The step-by-step README of quantization and evaluation can be found in [Intel Neural Compressor Examples](https://github.com/intel/neural-compressor/blob/master/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/auto_round/deepseek/README.md).
14
+
15
+ ## Evaluate Results
16
+
17
+ | Task | backend | BF16 | MXFP8 |
18
+ |:------:|:-------:|:------:|:------:|
19
+ | gsm8k | vllm | 0.9560 | 0.9606 |
20
+
21
+
22
+ ## Ethical Considerations and Limitations
23
+
24
+ The model can produce factually incorrect output, and should not be relied on to produce factually accurate information.
25
+ Because of the limitations of the pretrained model and the finetuning datasets, it is possible that this model could generate lewd, biased or otherwise offensive outputs.
26
+
27
+ Therefore, before deploying any applications of the model, developers should perform safety testing.
28
+
29
+ ## Caveats and Recommendations
30
+
31
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
32
+
33
+ Here are a couple of useful links to learn more about Intel's AI software:
34
+
35
+ - [Intel Neural Compressor](https://github.com/intel/neural-compressor)
36
+ - [AutoRound](https://github.com/intel/auto-round)
37
+
38
+ ## Disclaimer
39
+
40
+ The license on this model does not constitute legal advice.
41
+ We are not responsible for the actions of third parties who use this model.
42
+ Please consult an attorney before using this model for commercial purposes.