Instructions to use bbytxt/bb8e4082-d946-444b-b70b-4bd3c25926dc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/bb8e4082-d946-444b-b70b-4bd3c25926dc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "bbytxt/bb8e4082-d946-444b-b70b-4bd3c25926dc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K