Update README.md
Browse files
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
|
25 |
|
26 |
-
The process was first to convert the model weight names and config,
|
|
|
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.
|