Instructions to use kk-aivio/8a5ca6e8-7dcd-4eac-8dad-da04a140fd1c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kk-aivio/8a5ca6e8-7dcd-4eac-8dad-da04a140fd1c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("katuni4ka/tiny-random-dbrx") model = PeftModel.from_pretrained(base_model, "kk-aivio/8a5ca6e8-7dcd-4eac-8dad-da04a140fd1c") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!