Reinforcement Learning
Transformers
Safetensors
mistral
text-generation
trl
ppo
text-generation-inference
Instructions to use mertgulexe/mistral-ppo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Ctrl+K