Instructions to use kk-aivio/f859a135-4d01-4550-87f4-4d1e889bb358 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kk-aivio/f859a135-4d01-4550-87f4-4d1e889bb358 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0") model = PeftModel.from_pretrained(base_model, "kk-aivio/f859a135-4d01-4550-87f4-4d1e889bb358") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!