Instructions to use samoline/2f789378-3269-46d7-93fd-523fc6361c6c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use samoline/2f789378-3269-46d7-93fd-523fc6361c6c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "samoline/2f789378-3269-46d7-93fd-523fc6361c6c") - Notebooks
- Google Colab
- Kaggle
Ctrl+K