cpatonn commited on
Commit
ae48fd0
·
verified ·
1 Parent(s): 12b221e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,7 +1,14 @@
1
  ---
2
  license: mit
3
  library_name: transformers
 
 
4
  ---
 
 
 
 
 
5
  # DeepSeek-V3.1
6
 
7
  <!-- markdownlint-disable first-line-h1 -->
@@ -216,4 +223,4 @@ This repository and the model weights are licensed under the [MIT License](LICEN
216
 
217
  ## Contact
218
 
219
- If you have any questions, please raise an issue or contact us at [[email protected]]([email protected]).
 
1
  ---
2
  license: mit
3
  library_name: transformers
4
+ base_model:
5
+ - deepseek-ai/DeepSeek-V3.1
6
  ---
7
+ # DeepSeek-V3.1-BF16
8
+
9
+ ## Method
10
+ This model was converted from [deepseek-ai/DeepSeek-V3.1](https://huggingface.co/deepseek-ai/DeepSeek-V3.1) using [fp8_cast_bf16.py](https://github.com/deepseek-ai/DeepSeek-V3/blob/main/inference/fp8_cast_bf16.py) from [DeepSeek-V3](https://github.com/deepseek-ai/DeepSeek-V3).
11
+
12
  # DeepSeek-V3.1
13
 
14
  <!-- markdownlint-disable first-line-h1 -->
 
223
 
224
  ## Contact
225
 
226
+ If you have any questions, please raise an issue or contact us at [[email protected]]([email protected]).