Instructions to use lhong4759/209b633c-c721-4503-8def-e200c03fb7a4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lhong4759/209b633c-c721-4503-8def-e200c03fb7a4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "lhong4759/209b633c-c721-4503-8def-e200c03fb7a4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K