Instructions to use phililp-arnold/9a57ee9e-2e8f-4e0e-be48-f505db7f1742 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use phililp-arnold/9a57ee9e-2e8f-4e0e-be48-f505db7f1742 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Llama-70B") model = PeftModel.from_pretrained(base_model, "phililp-arnold/9a57ee9e-2e8f-4e0e-be48-f505db7f1742") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!