Instructions to use phililp-arnold/7d2bd98e-c345-4e40-9da4-18823842abac with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use phililp-arnold/7d2bd98e-c345-4e40-9da4-18823842abac with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("garage-bAInd/Camel-Platypus2-70B") model = PeftModel.from_pretrained(base_model, "phililp-arnold/7d2bd98e-c345-4e40-9da4-18823842abac") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!