Phi GRPO Fine Tuning
Collection
1 item • Updated • 1
How to use vinhnx90/vt-phi-4-14B-GRPO-lora-adapter-Q8_0-GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("vinhnx90/vt-phi-4-14B-GRPO-lora-adapter-Q8_0-GGUF", dtype="auto")How to use vinhnx90/vt-phi-4-14B-GRPO-lora-adapter-Q8_0-GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for vinhnx90/vt-phi-4-14B-GRPO-lora-adapter-Q8_0-GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for vinhnx90/vt-phi-4-14B-GRPO-lora-adapter-Q8_0-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for vinhnx90/vt-phi-4-14B-GRPO-lora-adapter-Q8_0-GGUF to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="vinhnx90/vt-phi-4-14B-GRPO-lora-adapter-Q8_0-GGUF",
max_seq_length=2048,
)This LoRA adapter was converted to GGUF format from vinhnx90/vt-phi-4-14B-GRPO-lora-adapter via the ggml.ai's GGUF-my-lora space.
Refer to the original adapter repository for more details.
# with cli
llama-cli -m base_model.gguf --lora vt-phi-4-14B-GRPO-lora-adapter-q8_0.gguf (...other args)
# with server
llama-server -m base_model.gguf --lora vt-phi-4-14B-GRPO-lora-adapter-q8_0.gguf (...other args)
To know more about LoRA usage with llama.cpp server, refer to the llama.cpp server documentation.
8-bit
Base model
microsoft/phi-4