rhysjones commited on
Commit
a25decf
1 Parent(s): 80901d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,6 +21,6 @@ The Phi-3-mini-4k-mango-2 is a finetune of [Phi-3-mini-4k-instruct](https://hugg
21
  It is a continuaton of finetuning Phi-3 (which is a great model!) to explore its properties and behaviour. More to follow.
22
 
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 waiting for finetune toolsets to update to encompass the phi-3 model.
25
 
26
- The process was first to convert the model weight names and config, folowed by a finetune of those weights.
 
21
  It is a continuaton of finetuning Phi-3 (which is a great model!) to explore its properties and behaviour. More to follow.
22
 
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.