Instructions to use samoline/abe2fc11-c228-4d2f-b89a-73be730c29de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use samoline/abe2fc11-c228-4d2f-b89a-73be730c29de with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/CodeLlama-7b-hf-flash") model = PeftModel.from_pretrained(base_model, "samoline/abe2fc11-c228-4d2f-b89a-73be730c29de") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!