Views
No views yet
1from transformers import AutoModelForCausalLM
2from trl import AutoModelForCausalLMWithValueHead
3
4# Load the checkpoint
5model = AutoModelForCausalLMWithValueHead.from_pretrained("MattBou00/jat5x3wg-rlhf-checkpoint-gpt-neo-125m-irl-epoch-40")training_config.yaml.