INC4AI commited on
Commit
7f60d88
·
verified ·
1 Parent(s): a19fb0d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - unsloth/DeepSeek-R1-BF16
5
+ ---
6
+ ## Model Details
7
+
8
+ This model card is for mxfp4 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 | MXFP4 |
18
+ |:-----:|:-------:|:------:|:------:|
19
+ | gsm8k | vllm | 0.9560 | 0.9591 |
20
+
21
+ ## Ethical Considerations and Limitations
22
+
23
+ The model can produce factually incorrect output, and should not be relied on to produce factually accurate information.
24
+ 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.
25
+
26
+ Therefore, before deploying any applications of the model, developers should perform safety testing.
27
+
28
+ ## Caveats and Recommendations
29
+
30
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
31
+
32
+ Here are a couple of useful links to learn more about Intel's AI software:
33
+
34
+ - [Intel Neural Compressor](https://github.com/intel/neural-compressor)
35
+ - [AutoRound](https://github.com/intel/auto-round)
36
+
37
+ ## Disclaimer
38
+
39
+ The license on this model does not constitute legal advice.
40
+ We are not responsible for the actions of third parties who use this model.
41
+ Please consult an attorney before using this model for commercial purposes.