How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="liumy2010/Llama-3.2-3B-countdown-RFT")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("liumy2010/Llama-3.2-3B-countdown-RFT")
model = AutoModelForMultimodalLM.from_pretrained("liumy2010/Llama-3.2-3B-countdown-RFT")
Quick Links

UFT

This repository contains the model presented in UFT: Unifying Supervised and Reinforcement Fine-Tuning.

Code: https://github.com/liumy2010/UFT

## References

* [UFT: Unifying Supervised and Reinforcement Fine-Tuning](https://arxiv.org/abs/2505.16984)
Downloads last month
8
Safetensors
Model size
4B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for liumy2010/Llama-3.2-3B-countdown-RFT

Finetuned
(457)
this model

Collection including liumy2010/Llama-3.2-3B-countdown-RFT

Paper for liumy2010/Llama-3.2-3B-countdown-RFT