initial commit 97d5f18
Kunlin Tan commited on
How to use linlinlin/ppo_model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("linlinlin/ppo_model", dtype="auto")