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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -87,6 +87,24 @@ For guardrailing and moderating prompts against indirect/direct prompt injection
87
 
88
  After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  ### Transformers
91
 
92
  > [!IMPORTANT]
 
87
 
88
  After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
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
+
97
+ ### Instruction:
98
+ {x['instruction']}
99
+
100
+ ### Input:
101
+ {x['input']}
102
+
103
+ ### Response:
104
+ """
105
+
106
+ '''
107
+
108
  ### Transformers
109
 
110
  > [!IMPORTANT]