YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Model Card for 445_phi-4_20250514-050546_aixblock

This model is a fine-tuned version of microsoft/Phi-4-mini-instruct. It has been trained using TRL.

Quick start

from transformers import pipeline

question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
generator = pipeline("text-generation", model="trnqphu/445_phi-4_20250514-050546_aixblock", device="cuda")
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
print(output["generated_text"])

Training procedure

This model was trained with SFT.

Framework versions

  • TRL: 0.17.0
  • Transformers: 4.51.3
  • Pytorch: 2.6.0
  • Datasets: 3.6.0
  • Tokenizers: 0.21.1

Citations

This model was fine-tuned by AIxBlock.

It was trained using a proprietary training workflow from AIxBlock, a project under the ownership of the company.

© 2025 AIxBlock. All rights reserved.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support