How to use Amartya77/RLHF_GOLD_PPO_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Amartya77/RLHF_GOLD_PPO_model") model = AutoModelForSeq2SeqLM.from_pretrained("Amartya77/RLHF_GOLD_PPO_model")
Files info