Instructions to use mrcuddle/Tiny-DarkLlama-OpenPlatypus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrcuddle/Tiny-DarkLlama-OpenPlatypus with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mrcuddle/Tiny-DarkLlama") model = PeftModel.from_pretrained(base_model, "mrcuddle/Tiny-DarkLlama-OpenPlatypus") - Notebooks
- Google Colab
- Kaggle
Ctrl+K