Instructions to use nblinh63/395bda4d-4035-47c7-9550-1f2977bb55d3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh63/395bda4d-4035-47c7-9550-1f2977bb55d3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b") model = PeftModel.from_pretrained(base_model, "nblinh63/395bda4d-4035-47c7-9550-1f2977bb55d3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K