Model Card for FlowerTune-phi-4-NLP-PEFT

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.

Model Details

Please check the following GitHub project for model details and evaluation results:

https://github.com/mrs83/FlowerTune-phi-4-NLP

How to Get Started with the Model

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")

Evaluation Results (Accuracy)

  • STEM: 40.66 %
  • Social Sciences: 74.52 %
  • Humanities: 51.75 %
  • Average: 55.64 %

Communication Budget

45804.69 Megabytes

Framework versions

  • PEFT 0.14.0
  • Flower 1.13.0
Downloads last month
53
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Model tree for mrs83/FlowerTune-phi-4-NLP-PEFT

Base model

microsoft/phi-4
Adapter
(4)
this model

Dataset used to train mrs83/FlowerTune-phi-4-NLP-PEFT

Collection including mrs83/FlowerTune-phi-4-NLP-PEFT