Instructions to use laquythang/8a1d8bbd-01aa-4a2c-9265-c5e49ae62cb7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/8a1d8bbd-01aa-4a2c-9265-c5e49ae62cb7 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, "laquythang/8a1d8bbd-01aa-4a2c-9265-c5e49ae62cb7") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!