Instructions to use cpheemagazine/be6711b7-01b6-423c-ba56-b11852026fd0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cpheemagazine/be6711b7-01b6-423c-ba56-b11852026fd0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-6.7b-instruct") model = PeftModel.from_pretrained(base_model, "cpheemagazine/be6711b7-01b6-423c-ba56-b11852026fd0") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!