Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
## Model Description
|
| 4 |
|
|
@@ -132,3 +145,9 @@ generate_docker_command("Find all the containers that have exited with a status
|
|
| 132 |
|
| 133 |
generate_docker_command("I would like to see the names and statuses of all running containers, please.")
|
| 134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language: en
|
| 4 |
+
tags:
|
| 5 |
+
- text-generation
|
| 6 |
+
- deepseek
|
| 7 |
+
- docker
|
| 8 |
+
- instruct
|
| 9 |
+
- llm
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
library_name: transformers
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# DeepSeek-Instruct-Docker-Commands
|
| 15 |
|
| 16 |
## Model Description
|
| 17 |
|
|
|
|
| 145 |
|
| 146 |
generate_docker_command("I would like to see the names and statuses of all running containers, please.")
|
| 147 |
|
| 148 |
+
|
| 149 |
+
## License
|
| 150 |
+
|
| 151 |
+
This code repository is licensed under the MIT License.
|
| 152 |
+
|
| 153 |
+
The model weights are based on [DeepSeek Coder](https://huggingface.co/deepseek-ai/deepseek-coder), which are provided under the [DeepSeek Model License](https://github.com/deepseek-ai/DeepSeek-VL/blob/main/MODEL_LICENSE.pdf). DeepSeek Coder supports commercial use under specified conditions.
|