Text Generation
Transformers
Safetensors
English
mistral
text-generation-inference
unsloth
trl
Eval Results
legolasyiu commited on
Commit
5d850df
·
verified ·
1 Parent(s): 9f6d4ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -89,8 +89,7 @@ After installing `mistral_inference`, a `mistral-demo` CLI command should be ava
89
 
90
  ### Prompt instructions - Alpaca style prompt:
91
 
92
- '''
93
-
94
  f"""Below is an instruction that describes a task. \
95
  Write a response that appropriately completes the request.
96
 
@@ -103,7 +102,7 @@ f"""Below is an instruction that describes a task. \
103
  ### Response:
104
  """
105
 
106
- '''
107
 
108
  ### Transformers
109
 
 
89
 
90
  ### Prompt instructions - Alpaca style prompt:
91
 
92
+ ```py
 
93
  f"""Below is an instruction that describes a task. \
94
  Write a response that appropriately completes the request.
95
 
 
102
  ### Response:
103
  """
104
 
105
+ ```
106
 
107
  ### Transformers
108