rhysjones commited on
Commit
209d1df
1 Parent(s): 8f18ab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,4 +23,4 @@ It is a continuaton of finetuning Phi-3 (which is a great model!) to explore its
23
  This version of the model has had its weight layers converted to Mistral format, allowing it to run within a Mistral toolset ecosystem without change or trust_remote_code.
24
  It seems to offer better performance than the eqivalent conversion to Llama format, which could be of interest to those using finetune toolsets yet to encompass the phi-3 model.
25
 
26
- The process was first to convert the model weight names and config, followed by a finetune of those weights.
 
23
  This version of the model has had its weight layers converted to Mistral format, allowing it to run within a Mistral toolset ecosystem without change or trust_remote_code.
24
  It seems to offer better performance than the eqivalent conversion to Llama format, which could be of interest to those using finetune toolsets yet to encompass the phi-3 model.
25
 
26
+ The process was first to convert the model weight names and config to Mistral, followed by a finetune of those weights.