Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- deepseek-ai/DeepSeek-V4-Flash
|
| 5 |
+
library_name: transformers
|
| 6 |
+
---
|
| 7 |
+
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
| 8 |
+
DeepSeek-V4-Flash-BF16
|
| 9 |
+
</h1>
|
| 10 |
+
|
| 11 |
+
This is the full-precision dequantized model of `deepseek-ai/DeepSeek-V4-Flash`
|
| 12 |
+
This full-precision model can be served using vLLM or used to apply further model optimizations, see `RedHatAI/DeepSeek-V4-Flash-NVFP4-FP8`.
|