Instructions to use nbninh/b9743b0a-a75e-4682-815a-6269c42648e3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nbninh/b9743b0a-a75e-4682-815a-6269c42648e3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Theta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "nbninh/b9743b0a-a75e-4682-815a-6269c42648e3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K