Instructions to use vmpsergio/b70f03b0-dbc1-4c6f-bc67-e144b71beb8f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vmpsergio/b70f03b0-dbc1-4c6f-bc67-e144b71beb8f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/CodeLlama-13b-hf-flash") model = PeftModel.from_pretrained(base_model, "vmpsergio/b70f03b0-dbc1-4c6f-bc67-e144b71beb8f") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!