Instructions to use laquythang/383c6361-b6d3-4b66-abe1-124c62756381 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/383c6361-b6d3-4b66-abe1-124c62756381 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "laquythang/383c6361-b6d3-4b66-abe1-124c62756381") - Notebooks
- Google Colab
- Kaggle
Ctrl+K