Add pipeline tag to support HF Inference Providers
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
library_name: transformers
|
|
|
|
| 4 |
---
|
| 5 |
# DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence
|
| 6 |
|
|
@@ -237,4 +238,4 @@ This repository and the model weights are licensed under the [MIT License](LICEN
|
|
| 237 |
|
| 238 |
## Contact
|
| 239 |
|
| 240 |
-
If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com).
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
library_name: transformers
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
# DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence
|
| 7 |
|
|
|
|
| 238 |
|
| 239 |
## Contact
|
| 240 |
|
| 241 |
+
If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com).
|