Add base model metadata (#8)
Browse files- Add base model metadata (93708c98f0f033764d70ba34af51ce5e92435502)
Co-authored-by: Daniel van Strien <[email protected]>
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
library_name: transformers
|
|
|
|
|
4 |
---
|
5 |
# DeepSeek-V3.1
|
6 |
|
@@ -223,4 +225,4 @@ This repository and the model weights are licensed under the [MIT License](LICEN
|
|
223 |
|
224 |
## Contact
|
225 |
|
226 |
-
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 |
|
|
|
225 |
|
226 |
## Contact
|
227 |
|
228 |
+
If you have any questions, please raise an issue or contact us at [[email protected]]([email protected]).
|