Model Card for 242_gemma3_20250530-035951_aixblock
This model is a fine-tuned version of google/gemma-3-4b-it. 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="tonyshark/242_gemma3_20250530-035951_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.18.1
- Transformers: 4.52.3
- Pytorch: 2.6.0
- Datasets: 3.6.0
- Tokenizers: 0.21.1
Citations
This model was fine-tuned on AIxBlock platform.
It was trained using a proprietary training workflow from AIxBlock, a project under the ownership of the company.
© 2025 AIxBlock. All rights reserved.
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support