Reinforcement Learning
Transformers
Safetensors
gemma
text-generation
trl
ppo
text-generation-inference
Instructions to use ignacioct/my_ppo_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ignacioct/my_ppo_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ignacioct/my_ppo_model") model = AutoModelForCausalLM.from_pretrained("ignacioct/my_ppo_model") - Notebooks
- Google Colab
- Kaggle