Instructions to use dada22231/fa06844a-051f-45de-abb2-1c956607cda3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dada22231/fa06844a-051f-45de-abb2-1c956607cda3 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, "dada22231/fa06844a-051f-45de-abb2-1c956607cda3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K