mgoin commited on
Commit
b7264e4
1 Parent(s): 34ab6b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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