Update README.md
Browse files
README.md
CHANGED
|
@@ -1,40 +1,52 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
- th
|
| 5 |
- en
|
| 6 |
- zh
|
| 7 |
base_model:
|
| 8 |
- deepseek-ai/DeepSeek-V2-Lite
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
---
|
| 11 |
-
# Model Card for Model ID
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
-
This
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
|
| 22 |
-
Require Blackwell GPU, NVFP4 supported inference engine(if use with inference engine)
|
| 23 |
|
| 24 |
- **Developed by:** Krisakorn Chanthasang
|
| 25 |
-
- **Model type:**
|
| 26 |
-
- **
|
| 27 |
- **License:** Apache 2.0
|
| 28 |
-
- **
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
-
|
|
|
|
| 32 |
|
| 33 |
-
## How to
|
| 34 |
|
| 35 |
-
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
-
|
| 40 |
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
|
|
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
base_model:
|
| 7 |
- deepseek-ai/DeepSeek-V2-Lite
|
| 8 |
pipeline_tag: text-generation
|
| 9 |
---
|
|
|
|
| 10 |
|
| 11 |
+
# DeepSeek-V2-Lite NVFP4 Quantized
|
| 12 |
|
| 13 |
+
This repository contains an NVFP4-quantized version of **DeepSeek-V2-Lite**, prepared using **TensorRT Model Optimizer**.
|
| 14 |
|
| 15 |
+
The model has approximately **15.6B total parameters** and is quantized to **NVIDIA 4-bit floating-point precision (NVFP4)**.
|
| 16 |
|
| 17 |
+
This is my first quantized model.
|
| 18 |
|
| 19 |
+
## Model Details
|
|
|
|
| 20 |
|
| 21 |
- **Developed by:** Krisakorn Chanthasang
|
| 22 |
+
- **Model type:** Large Language Model for text generation
|
| 23 |
+
- **Languages:** English, Chinese
|
| 24 |
- **License:** Apache 2.0
|
| 25 |
+
- **Base model:** deepseek-ai/DeepSeek-V2-Lite
|
| 26 |
+
- **Quantization format:** NVFP4
|
| 27 |
+
- **Quantization tool:** TensorRT Model Optimizer
|
| 28 |
+
|
| 29 |
+
## Base Model Information
|
| 30 |
+
|
| 31 |
+
For details about the original model architecture, training data, and intended usage, see the official base model page:
|
| 32 |
+
|
| 33 |
+
https://huggingface.co/deepseek-ai/DeepSeek-V2-Lite
|
| 34 |
+
|
| 35 |
+
## Requirements
|
| 36 |
+
|
| 37 |
+
This model requires hardware and inference software with **NVFP4 support**.
|
| 38 |
+
|
| 39 |
+
### Hardware Requirement
|
| 40 |
|
| 41 |
+
- NVIDIA Blackwell GPU or newer
|
| 42 |
+
- Tested/quantized using: **NVIDIA RTX PRO 6000 Blackwell Workstation**
|
| 43 |
|
| 44 |
+
## How to Use
|
| 45 |
|
| 46 |
+
Use this model with an inference engine that supports **NVFP4** quantized models.
|
| 47 |
|
| 48 |
+
Compatibility depends on your runtime, GPU architecture, and TensorRT/NVIDIA software stack.
|
| 49 |
|
| 50 |
+
## Notes
|
| 51 |
|
| 52 |
+
This is a quantized derivative of DeepSeek-V2-Lite. Accuracy, throughput, and memory usage may differ from the original model depending on the inference engine and hardware used.
|