omrialmog commited on
Commit
6ca2fe6
·
verified ·
1 Parent(s): 4ea242e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -11
README.md CHANGED
@@ -7,7 +7,7 @@ license: mit
7
  # Model Overview
8
 
9
  ## Description:
10
- The NVIDIA DeepSeek V3-0324 FP4 model is the quantized version of the DeepSeek AI's DeepSeek V3-0324 model, which is an auto-regressive language model that uses an optimized transformer architecture. For more information, please check [here](https://huggingface.co/deepseek-ai/DeepSeek-V3-0324). The NVIDIA DeepSeek V3-0324 FP4 model is quantized with [TensorRT Model Optimizer](https://github.com/NVIDIA/TensorRT-Model-Optimizer).
11
 
12
  This model is ready for commercial/non-commercial use. <br>
13
 
@@ -17,6 +17,14 @@ This model is not owned or developed by NVIDIA. This model has been developed an
17
  ### License/Terms of Use:
18
  [MIT](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md)
19
 
 
 
 
 
 
 
 
 
20
 
21
  ## Model Architecture:
22
  **Architecture Type:** Transformers <br>
@@ -25,18 +33,18 @@ This model is not owned or developed by NVIDIA. This model has been developed an
25
  ## Input:
26
  **Input Type(s):** Text <br>
27
  **Input Format(s):** String <br>
28
- **Input Parameters:** 1D (One Dimensional): Sequences <br>
29
  **Other Properties Related to Input:** Context length up to 128K <br>
30
 
31
  ## Output:
32
  **Output Type(s):** Text <br>
33
  **Output Format:** String <br>
34
- **Output Parameters:** 1D (One Dimensional): Sequences <br>
35
  **Other Properties Related to Output:** N/A <br>
36
 
37
  ## Software Integration:
38
  **Supported Runtime Engine(s):** <br>
39
- * Tensor(RT)-LLM <br>
40
 
41
  **Supported Hardware Microarchitecture Compatibility:** <br>
42
  * NVIDIA Blackwell <br>
@@ -47,21 +55,28 @@ This model is not owned or developed by NVIDIA. This model has been developed an
47
  ## Model Version(s):
48
  The model is quantized with nvidia-modelopt **v0.27.0** <br>
49
 
50
- ## Datasets:
51
- * Calibration Dataset: [cnn_dailymail](https://huggingface.co/datasets/abisee/cnn_dailymail) <br>
 
 
 
 
 
 
52
  ** Data collection method: Automated. <br>
53
- ** Labeling method: Unknown. <br>
 
54
  * Evaluation Dataset: [MMLU](https://github.com/hendrycks/test) <br>
55
- ** Data collection method: Unknown. <br>
56
  ** Labeling method: N/A. <br>
57
 
58
 
59
  ## Inference:
60
- **Engine:** Tensor(RT)-LLM <br>
61
  **Test Hardware:** B200 <br>
62
 
63
  ## Post Training Quantization
64
- This model was obtained by quantizing the weights and activations of DeepSeek V3-0324 to FP4 data type, ready for inference with TensorRT-LLM. Only the weights and activations of the linear operators within transformers blocks are quantized. This optimization reduces the number of bits per parameter from 8 to 4, reducing the disk size and GPU memory requirements by approximately 1.6x.
65
 
66
  ## Usage
67
 
@@ -120,4 +135,4 @@ This section compares the accuracy of the original DeepSeek V3-0324 model with o
120
 
121
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
122
 
123
- Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
 
7
  # Model Overview
8
 
9
  ## Description:
10
+ The NVIDIA DeepSeek V3-0324 FP4 model is the quantized version of DeepSeek AI's DeepSeek V3-0324 model, which is an auto-regressive language model that uses an optimized transformer architecture. For more information, please check [here](https://huggingface.co/deepseek-ai/DeepSeek-V3-0324). The NVIDIA DeepSeek V3-0324 FP4 model is quantized with [TensorRT Model Optimizer](https://github.com/NVIDIA/TensorRT-Model-Optimizer).
11
 
12
  This model is ready for commercial/non-commercial use. <br>
13
 
 
17
  ### License/Terms of Use:
18
  [MIT](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md)
19
 
20
+ ### Deployment Geography:
21
+ Global <br>
22
+
23
+ ### Use Case: <br>
24
+ Developers looking to take off the shelf pre-quantized models for deployment in AI Agent systems, chatbots, RAG systems, and other AI-powered applications. <br>
25
+
26
+ ### Release Date: <br>
27
+ Huggingface 06/06/2025 via https://huggingface.co/nvidia/DeepSeek-R1-0528-FP4 <br>
28
 
29
  ## Model Architecture:
30
  **Architecture Type:** Transformers <br>
 
33
  ## Input:
34
  **Input Type(s):** Text <br>
35
  **Input Format(s):** String <br>
36
+ **Input Parameters:** 1D (One-Dimensional): Sequences <br>
37
  **Other Properties Related to Input:** Context length up to 128K <br>
38
 
39
  ## Output:
40
  **Output Type(s):** Text <br>
41
  **Output Format:** String <br>
42
+ **Output Parameters:** 1D (One-Dimensional): Sequences <br>
43
  **Other Properties Related to Output:** N/A <br>
44
 
45
  ## Software Integration:
46
  **Supported Runtime Engine(s):** <br>
47
+ * TensorRT-LLM <br>
48
 
49
  **Supported Hardware Microarchitecture Compatibility:** <br>
50
  * NVIDIA Blackwell <br>
 
55
  ## Model Version(s):
56
  The model is quantized with nvidia-modelopt **v0.27.0** <br>
57
 
58
+ ## Training, Testing, and Evaluation Datasets:
59
+ Data Collection Method by Dataset: Undisclosed
60
+ Labeling Method by Dataset: Undisclosed
61
+ Properties: Undisclosed
62
+
63
+
64
+ ## Calibration Dataset:
65
+ ** Link: [cnn_dailymail](https://huggingface.co/datasets/abisee/cnn_dailymail) <br>
66
  ** Data collection method: Automated. <br>
67
+ ** Labeling method: Undisclosed. <br>
68
+
69
  * Evaluation Dataset: [MMLU](https://github.com/hendrycks/test) <br>
70
+ ** Data collection method: Undisclosed. <br>
71
  ** Labeling method: N/A. <br>
72
 
73
 
74
  ## Inference:
75
+ **Engine:** TensorRT-LLM <br>
76
  **Test Hardware:** B200 <br>
77
 
78
  ## Post Training Quantization
79
+ This model was obtained by quantizing the weights and activations of DeepSeek V3-0324 to FP4 data type, ready for inference with TensorRT-LLM. Only the weights and activations of the linear operators within transformer blocks are quantized. This optimization reduces the number of bits per parameter from 8 to 4, reducing the disk size and GPU memory requirements by approximately 1.6x.
80
 
81
  ## Usage
82
 
 
135
 
136
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
137
 
138
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).