Instructions to use samhitha2601/llama3.2-3b-ppo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use samhitha2601/llama3.2-3b-ppo with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("samhitha2601/llama3.2-3b-ppo") model = AutoModelForCausalLM.from_pretrained("samhitha2601/llama3.2-3b-ppo") - Notebooks
- Google Colab
- Kaggle
Ctrl+K