FlowerTune LLM Leaderboard
Collection
My submissions for FlowerTune LLM Leaderboard
•
4 items
•
Updated
This PEFT adapter has been trained by using Flower, a friendly federated AI framework.
The adapter and benchmark results have been submitted to the FlowerTune LLM NLP Leaderboard.
Please check the following GitHub project for model details and evaluation results:
https://github.com/mrs83/FlowerTune-phi-4-NLP
Use this model as:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-4")
model = PeftModel.from_pretrained(base_model, "mrs83/FlowerTune-phi-4-NLP-PEFT")
45804.69 Megabytes
Base model
microsoft/phi-4