Text Generation
Transformers
Safetensors
phi
conversational
Eval Results
Inference Endpoints
text-generation-inference
rhysjones commited on
Commit
bd8dc8f
1 Parent(s): b916a33

Fix to eos_token issue

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -130,7 +130,8 @@ within Hugging Face's Transformers library (without the need for trust remote co
130
 
131
  # Prompt Format
132
 
133
- Phi-2 Orange v2 uses ChatML as the prompt format, with or without the system instruction.
 
134
 
135
  To prompt with a system instruction (use whatever system prompt you like):
136
 
 
130
 
131
  # Prompt Format
132
 
133
+ Phi-2 Orange v2 uses ChatML as the prompt format, with or without the system instruction.
134
+ (Update 12th March 2024: fixed eos_token issue)
135
 
136
  To prompt with a system instruction (use whatever system prompt you like):
137