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="CarperAI/randomwalks")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("CarperAI/randomwalks")
model = AutoModelForCausalLM.from_pretrained("CarperAI/randomwalks")
Quick Links

This is a pretrained model used in PPO toy example from CarperAI/trlX

Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using CarperAI/randomwalks 2