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

Use of latest model

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -19,6 +19,9 @@ A two-step finetune of Phi-2, with a bit more zest.
19
  This is an improved version of the original [Phi-2-Orange](https://huggingface.co/rhysjones/phi-2-orange) that
20
  uses an updated training process on the same datasets.
21
 
 
 
 
22
  # Prompt Format
23
 
24
  Phi-2 Orange v2 uses ChatML as the prompt format, with or without the system instruction.
 
19
  This is an improved version of the original [Phi-2-Orange](https://huggingface.co/rhysjones/phi-2-orange) that
20
  uses an updated training process on the same datasets.
21
 
22
+ It also uses the latest updated model from Microsoft's [Phi-2](microsoft/phi-2), making it directly usable
23
+ within Hugging Face's Transformers library (without the need for trust remote code).
24
+
25
  # Prompt Format
26
 
27
  Phi-2 Orange v2 uses ChatML as the prompt format, with or without the system instruction.