Instructions to use Aivesa/f2a098be-735f-44f7-99ac-6937ddb1e108 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Aivesa/f2a098be-735f-44f7-99ac-6937ddb1e108 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samoline/0243b90c-8e39-4616-a4c6-82e4ad8a78c6") model = PeftModel.from_pretrained(base_model, "Aivesa/f2a098be-735f-44f7-99ac-6937ddb1e108") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!