Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
## https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
## Usage
|
4 |
|
5 |
```python
|
|
|
1 |
## https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct
|
2 |
|
3 |
+
Prompt Template:
|
4 |
+
```python
|
5 |
+
prompt = f"### Instruction:{input}### Response:"
|
6 |
+
```
|
7 |
+
|
8 |
## Usage
|
9 |
|
10 |
```python
|