Instructions to use VERSIL91/fee883ac-1b9e-4499-b8db-0908baaca52e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/fee883ac-1b9e-4499-b8db-0908baaca52e 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, "VERSIL91/fee883ac-1b9e-4499-b8db-0908baaca52e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K