How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("vibhorg/rl4llm_uofm_nlpo_unsuper_t5_arxiv")
model = AutoModelForSeq2SeqLM.from_pretrained("vibhorg/rl4llm_uofm_nlpo_unsuper_t5_arxiv", device_map="auto")
Quick Links

This model is fintuned using PPO based NLPO RL algorithm, on ccdv/arxiv-summarization dataset. The base model is flan-t5-base model.

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train vibhorg/rl4llm_uofm_nlpo_unsuper_t5_arxiv