Commit
•
689d3a5
1
Parent(s):
827db1a
Adds `transformers` as a library (#1)
Browse files- Update README.md (6d67f53fd1c0444cb8e1a1797117814558e296dd)
Co-authored-by: Vaibhav Srivastav <reach-vb@users.noreply.huggingface.co>
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: other
|
3 |
license_name: deepseek
|
4 |
license_link: https://github.com/deepseek-ai/DeepSeek-V2/blob/main/LICENSE-MODEL
|
|
|
5 |
---
|
6 |
|
7 |
<!-- markdownlint-disable first-line-h1 -->
|
@@ -257,4 +258,4 @@ This code repository is licensed under the MIT License. The use of DeepSeek-V2 B
|
|
257 |
```
|
258 |
|
259 |
## 5. Contact
|
260 |
-
If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com).
|
|
|
2 |
license: other
|
3 |
license_name: deepseek
|
4 |
license_link: https://github.com/deepseek-ai/DeepSeek-V2/blob/main/LICENSE-MODEL
|
5 |
+
library_name: transformers
|
6 |
---
|
7 |
|
8 |
<!-- markdownlint-disable first-line-h1 -->
|
|
|
258 |
```
|
259 |
|
260 |
## 5. Contact
|
261 |
+
If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com).
|