Text Generation
Transformers
PyTorch
mistral
text-generation-inference
Inference Endpoints
Longhui98 commited on
Commit
cba988d
1 Parent(s): 2e7ee0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -34,9 +34,9 @@ pip install protobuf
34
  prompting template:
35
  '''
36
 
37
- Below is an instruction that describes a task.
38
- Write a response that appropriately completes the request.\n\n
39
- ### Instruction:\n{instruction}\n\n### Response: Let's think step by step.
40
 
41
  '''
42
 
 
34
  prompting template:
35
  '''
36
 
37
+ "Below is an instruction that describes a task. "
38
+ "Write a response that appropriately completes the request.\n\n"
39
+ "### Instruction:\n{instruction}\n\n### Response: Let's think step by step."
40
 
41
  '''
42