Text Generation
PEFT
Safetensors
English
code
code-agent
reinforcement-learning
ppo
lora
harbor
rllm
verl
Instructions to use keryszhan/klear-agentforge-8b-ppo-step20-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use keryszhan/klear-agentforge-8b-ppo-step20-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Kwai-Klear/Klear-AgentForge-8B-SFT") model = PeftModel.from_pretrained(base_model, "keryszhan/klear-agentforge-8b-ppo-step20-adapter") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!