improve phi prompt -- partial fix for #9
This commit is contained in:
@@ -70,7 +70,7 @@ extension ModelConfiguration {
|
|||||||
|
|
||||||
public static let phi4bit = ModelConfiguration(id: "mlx-community/phi-2-hf-4bit-mlx") {
|
public static let phi4bit = ModelConfiguration(id: "mlx-community/phi-2-hf-4bit-mlx") {
|
||||||
prompt in
|
prompt in
|
||||||
"Instruct: \(prompt). Output: "
|
"Instruct: \(prompt)\nOutput: "
|
||||||
}
|
}
|
||||||
|
|
||||||
public static let gemma2bQuantized = ModelConfiguration(
|
public static let gemma2bQuantized = ModelConfiguration(
|
||||||
|
|||||||
Reference in New Issue
Block a user