Views
No views yet
microsoft/phi-2 model, trained on the Beluga6969/MotoData dataset.microsoft/phi-2Beluga6969/MotoDataphi2-custom-q4_k_m.gguf. You can run this file on your local computer (CPU or GPU) using tools like LM Studio, Ollama, or llama.cpp.Prithwiraj731/MotoData-Phi2-GGUF.phi2-custom-q4_k_m.gguf file from the list.Modelfile (without any extension) and paste the following content into it:
FROM ./phi2-custom-q4_k_m.gguf
TEMPLATE "<start_of_turn>user\n{{ .Prompt }}<end_of_turn>\n<start_of_turn>model\n"Modelfile in the same directory as the GGUF file you downloaded.ollama create MotoDataPhi2 -f ./Modelfileollama run MotoDataPhi2fine_tuned_phi2_adapter folder is provided. You can merge this with the original microsoft/phi-2 model to create your own versions or continue fine-tuning.