Instructions to use VERSIL91/aef29f45-8cbf-4b56-9293-9e56126f889e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/aef29f45-8cbf-4b56-9293-9e56126f889e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "VERSIL91/aef29f45-8cbf-4b56-9293-9e56126f889e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K