Push model using huggingface_hub. 3676adf verified
Mert commited on
How to use mertgulexe/mistral-ppo with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("mertgulexe/mistral-ppo")
model = AutoModelForCausalLM.from_pretrained("mertgulexe/mistral-ppo")