Model Card for Phi-3.5-mini-instruct-Gen-TF-Mottos
This model is a fine-tuned version of microsoft/Phi-3.5-mini-instruct. It has been trained using TRL.
Quick start
from transformers import pipeline
pipe = pipeline("text-generation", model="cafierom/Phi-3.5-mini-instruct-Gen-TF-Mottos")
result = pipe("Peace can")
print(result[0]['generated_text'])
## Peace can only be destroyed by the enemy.
Training procedure
This model was trained with SFT.
Framework versions
- TRL: 0.16.1
- Transformers: 4.50.3
- Pytorch: 2.6.0+cu124
- Datasets: 3.5.0
- Tokenizers: 0.21.1
Citations
Cite TRL as:
@misc{vonwerra2022trl,
title = {{TRL: Transformer Reinforcement Learning}},
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
year = 2020,
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/huggingface/trl}}
}
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for cafierom/Phi-3.5-mini-instruct-Gen-TF-Mottos
Base model
microsoft/Phi-3.5-mini-instruct