Add base model metadata
Browse filesThis will expose a link to the base model deepseek-ai/DeepSeek-V3.1-Base and ensure you get a nice model tree of fine-tunes/quants on the model card:

README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
library_name: transformers
|
|
|
|
|
4 |
---
|
5 |
# DeepSeek-V3.1
|
6 |
|
@@ -216,4 +218,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-Base
|
6 |
---
|
7 |
# DeepSeek-V3.1
|
8 |
|
|
|
218 |
|
219 |
## Contact
|
220 |
|
221 |
+
If you have any questions, please raise an issue or contact us at [[email protected]]([email protected]).
|